Skip to content

Commit c913828

Browse files
author
Chris Cho
committed
DOCSP-31894: fix href (#423)
(cherry picked from commit 4348785)
1 parent 4a4052c commit c913828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/upgrade.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Version 4.0 Breaking Changes
9595
``JAVA_LEGACY`` representation, the driver would decode binary objects
9696
of subtypes 3 and 4 as UUIDs. In version 4.0, the ``JAVA_LEGACY``
9797
representation works only with subtype 3.
98-
98+
9999
For a list of members in the ``UuidRepresentation`` enum, see the
100-
`API documentation. <https://http://mongodb.github.io/mongo-java-driver/4.0/apidocs/bson/org/bson/UuidRepresentation.html>`__
100+
`v4.0 API documentation <https://mongodb.github.io/mongo-java-driver/4.0/apidocs/bson/org/bson/UuidRepresentation.html>`__.
101101

102102
- The connection pool no longer restricts the number of wait queue threads
103103
or asynchronous tasks that require a connection to MongoDB. The

0 commit comments

Comments
 (0)