Skip to content

Commit 7fad461

Browse files
committed
rr feedback + forgot to commit
1 parent 1c8268c commit 7fad461

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

source/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ API Documentation
2222
<{+api-root+}/mongodb-driver-kotlin-extensions/index.html>`__ -
2323
classes that extend the core builder classes to support :ref:`data
2424
classes <kotlin-sync-builders-data-classes>`.
25-
- `Driver Core <{+core-api+}/index.html>`__ - classes that
25+
- `Driver Core <{+api-root+}/index.html>`__ - classes that
2626
contain essential driver functionality.

source/connect/connection-options.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ API Documentation
341341
To learn more about the classes and methods mentioned in this guide, see
342342
the following API documentation:
343343

344-
- `MongoClientSettings <{+api-root+}/mongodb-driver-core/com/mongodb/MongoClientSettings.html>`__
345-
- `MongoClientSettings.Builder <{+api-root+}/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html>`__
346-
- `ConnectionString <{+api-root+}/mongodb-driver-core/com/mongodb/ConnectionString.html>`__
347-
- `SocketSettings <{+api-root+}/mongodb-driver-core/com/mongodb/connection/SocketSettings.html>`__
348-
- `ClusterSettings <{+api-root+}/mongodb-driver-core/com/mongodb/connection/ClusterSettings.html>`__
349-
- `MongoCredential <{+api-root+}/mongodb-driver-core/com/mongodb/MongoCredential.html>`__
344+
- `MongoClientSettings <{+core-api+}/MongoClientSettings.html>`__
345+
- `MongoClientSettings.Builder <{+core-api+}/MongoClientSettings.Builder.html>`__
346+
- `ConnectionString <{+core-api+}/ConnectionString.html>`__
347+
- `SocketSettings <{+core-api+}/connection/SocketSettings.html>`__
348+
- `ClusterSettings <{+core-api+}/connection/ClusterSettings.html>`__
349+
- `MongoCredential <{+core-api+}/MongoCredential.html>`__

source/security/enterprise-auth.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,5 +501,5 @@ with {+driver-short+}, see the following API documentation:
501501

502502
- `MongoClient.create() <{+driver-api+}/-mongo-client/-factory/index.html>`__
503503
- `MongoClient <{+driver-api+}/-mongo-client/index.html>`__
504-
- `MongoClientSettings.Builder <{+api-root+}/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html>`__
505-
- `MongoCredential <{+api-root+}/mongodb-driver-core/com/mongodb/MongoCredential.html>`__
504+
- `MongoClientSettings.Builder <{+core-api+}/MongoClientSettings.Builder.html>`__
505+
- `MongoCredential <{+core-api+}/MongoCredential.html>`__

0 commit comments

Comments
 (0)