File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff 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/>
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ You will learn how to:
3838This guide shows how to record events in the driver.
3939If you would like to learn how to use information about the activity of the
4040driver in code, consider reading our
41- :doc:`guide on monitoring </fundamentals/ monitoring>`.
41+ :doc:`guide on monitoring </monitoring>`.
4242
4343Set Up a Logger
4444---------------
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ In this guide you will learn how to perform these tasks:
3737
3838This guide shows how to use information about the activity of the driver in code.
3939If 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
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ the password you created for your user that has **atlasAdmin** permissions:
127127See the following links For more information about using POJOs to store and
128128retrieve 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
133133Next steps
134134----------
You can’t perform that action at this time.
0 commit comments