Skip to content

Commit 437b3b4

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 f862924 commit 437b3b4

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
@@ -103,7 +103,7 @@ Note that the session is not accessible until it is fully ready: the `CqlSession
103103
call — or the future returned by `buildAsync()` — will not complete until the connection
104104
was established.
105105

106-
[ConstantReconnectionPolicy]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.html
106+
[ConstantReconnectionPolicy]: https://github.com/scylladb/java-driver/blob/scylla-4.18.1.x/core/src/main/java/com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.java
107107
[DriverContext]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/context/DriverContext.html
108-
[ExponentialReconnectionPolicy]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.html
108+
[ExponentialReconnectionPolicy]: https://github.com/scylladb/java-driver/blob/scylla-4.18.1.x/core/src/main/java/com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.java
109109
[ReconnectionPolicy]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/connection/ReconnectionPolicy.html

0 commit comments

Comments
 (0)