Skip to content

Commit fd7f23a

Browse files
committed
Reference documentation fixes.
1 parent 500dbd7 commit fd7f23a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/content/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ API as replica set transactions.
2525
### Reliability improvements
2626

2727
* 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
2929
operations that fail with a retryable error are retried automatically and transparently.
3030
* [Retryable writes](https://docs.mongodb.com/manual/core/retryable-writes/) are now enabled by default. Supported write
3131
operations that fail with a retryable error are retried automatically and transparently, with at-most-once update semantics.

docs/reference/data/mongodb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ githubRepo = "mongo-java-driver"
33
githubBranch = "master"
44
currentVersion = "3.11"
55
highlightTheme = "idea.css"
6-
apiUrl = "/javadoc"
6+
apiUrl = "/javadoc/"

0 commit comments

Comments
 (0)