Skip to content

Commit

Permalink
chore: avoid broken and outdated links (#3040)
Browse files Browse the repository at this point in the history
* chore: avoid broken and outdated links
* Fix docs publishing
  • Loading branch information
ennru authored Nov 23, 2023
1 parent 93a3bd0 commit 4173757
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
echo $AKKA_RSYNC_GUSTAV | base64 -d > .github/id_rsa
chmod 600 .github/id_rsa
ssh-add .github/id_rsa
sbt publishRsync
sbt docs/publishRsync
env:
AKKA_RSYNC_GUSTAV: ${{ secrets.AKKA_RSYNC_GUSTAV }}
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ blog by Abhishek Srivastava, October 2017
[Using cats with reactive-kafka](https://iravid.com/posts/using-cats-with-reactive-kafka.html)
blog by Itamar Ravid, July 2017

[Exploring Reactive Integrations in Java 8 With Akka Streams, Alpakka, and Kafka](https://dzone.com/articles/exploring-reactive-integrations-in-java-8-with-akka-streams-alpakka-and-kafka)
Webinar by Konrad Malawski, Lightbend, Janary 2017

## 2016

[Akka Streams Integration, codename Alpakka](https://akka.io/blog/article/2016/08/23/intro-alpakka)
Expand Down
2 changes: 1 addition & 1 deletion scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ site-link-validator {
# MVN repository forbids access after a few requests
"https://mvnrepository.com/artifact/"
# in api/alpakka/snapshot/akka/stream/alpakka/google/scaladsl/X$minusUpload$minusContent$minusType.html
"https://doc.akka.io/api/akka-http/10.5.1/akka/http/impl/",
"https://doc.akka.io/api/akka-http/10.6.0/akka/http/impl/",
"https://repo.akka.io/"
]

Expand Down

0 comments on commit 4173757

Please sign in to comment.