File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5555 run : sbt docs/makeSite
5656
5757 - name : Run Link Validator
58+ run : |
5859 VERSION=$(ls docs/target/site/libraries/akka-persistence-r2dbc)
5960 sed -e "s/snapshot/$VERSION/" scripts/link-validator.conf > /tmp/link-validator.conf
6061 cs launch net.runne::site-link-validator:0.2.5 -- /tmp/link-validator.conf
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ site-link-validator {
2727 "https://mvnrepository.com/artifact/",
2828 "https://repo.akka.io/",
2929 # created in api/akka-persistence-r2dbc/snapshot/akka/persistence/r2dbc/internal/Sql$.html
30- "https://docs.oracle.com/en/java/javase/17 /docs/api/java.base/java/lang/String$.html"
30+ "https://docs.oracle.com/en/java/javase/25 /docs/api/java.base/java/lang/String$.html"
3131 ]
3232
3333 non-https-whitelist = [
You can’t perform that action at this time.
0 commit comments