File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ API as replica set transactions.
25
25
### Reliability improvements
26
26
27
27
* Most read operations are by default
28
- [ automatically retried] (https://github.com/mongodb/specifications/blob/master/source/retryable-reads/retryable-reads .rst). Supported read
28
+ [ automatically retried] ( https://github.com/mongodb/specifications/blob/master/source/retryable-reads/retryable-reads.rst ) . Supported read
29
29
operations that fail with a retryable error are retried automatically and transparently.
30
30
* [ Retryable writes] ( https://docs.mongodb.com/manual/core/retryable-writes/ ) are now enabled by default. Supported write
31
31
operations that fail with a retryable error are retried automatically and transparently, with at-most-once update semantics.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ githubRepo = "mongo-java-driver"
3
3
githubBranch = " master"
4
4
currentVersion = " 3.11"
5
5
highlightTheme = " idea.css"
6
- apiUrl = " /javadoc"
6
+ apiUrl = " /javadoc/ "
You can’t perform that action at this time.
0 commit comments