Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: avoid broken and outdated links #3040

Merged
merged 2 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading