Skip to content

Commit 824f2b1

Browse files
Bouncheckdkropachev
authored andcommitted
Fix broken links in reconnection manual
Those links redirect to internal API which is not a part of the generated javadoc, leading to 404 on visit. Instead redirect to code on github.
1 parent e3a2328 commit 824f2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/core/reconnection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Note that the session is not accessible until it is fully ready: the `CqlSession
8484
call — or the future returned by `buildAsync()` — will not complete until the connection
8585
was established.
8686

87-
[ConstantReconnectionPolicy]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.html
87+
[ConstantReconnectionPolicy]: https://github.com/scylladb/java-driver/blob/scylla-4.17.0.x/core/src/main/java/com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.java
8888
[DriverContext]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/context/DriverContext.html
89-
[ExponentialReconnectionPolicy]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.html
89+
[ExponentialReconnectionPolicy]: https://github.com/scylladb/java-driver/blob/scylla-4.17.0.x/core/src/main/java/com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.java
9090
[ReconnectionPolicy]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/connection/ReconnectionPolicy.html

0 commit comments

Comments
 (0)