Skip to content

Commit 96c9745

Browse files
committed
update links
1 parent 707a429 commit 96c9745

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

source/connection.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Connection Guide
1010
Connection Options </connection/connection-options>
1111
MongoClient Settings </connection/mongoclientsettings>
1212
Network Compression </connection/network-compression>
13-
TLS/SSL </connection/tls>
1413
SOCKS5 Proxy </connection/socks>
1514
JNDI Datasource </connection/jndi>
1615
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>

source/connection/connection-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ parameters of the connection URI to specify the behavior of the client.
194194
* - **authMechanism**
195195
- string
196196
- Specifies the :doc:`authentication mechanism
197-
</fundamentals/auth>` that the driver uses if a credential
197+
</security/auth>` that the driver uses if a credential
198198
was supplied.
199199

200200
| **Default**: By default, the client picks the most secure

source/logging-monitoring/logging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You will learn how to:
3838
This guide shows how to record events in the driver.
3939
If you would like to learn how to use information about the activity of the
4040
driver in code, consider reading our
41-
:doc:`guide on monitoring </fundamentals/monitoring>`.
41+
:doc:`guide on monitoring </monitoring>`.
4242

4343
Set Up a Logger
4444
---------------

source/logging-monitoring/monitoring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this guide you will learn how to perform these tasks:
3737

3838
This guide shows how to use information about the activity of the driver in code.
3939
If you would like to learn how to record events in the driver,
40-
consider reading our :doc:`guide on logging </fundamentals/logging>`.
40+
consider reading our :doc:`guide on logging </logging>`.
4141

4242
.. _monitoring-monitor-events:
4343

source/quick-start.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ the password you created for your user that has **atlasAdmin** permissions:
127127
See the following links For more information about using POJOs to store and
128128
retrieve data:
129129

130-
- :doc:`Guide on using POJOs to store and retrieve data</fundamentals/data-formats/document-data-format-pojo>`
131-
- :doc:`Guide on custom serialization of POJOs </fundamentals/data-formats/pojo-customization>`
130+
- :doc:`Guide on using POJOs to store and retrieve data</data-formats/document-data-format-pojo>`
131+
- :doc:`Guide on custom serialization of POJOs </data-formats/pojo-customization>`
132132

133133
Next steps
134134
----------

0 commit comments

Comments
 (0)