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
10
10
Connection Options </connection/connection-options>
11
11
MongoClient Settings </connection/mongoclientsettings>
12
12
Network Compression </connection/network-compression>
13
- TLS/SSL </connection/tls>
14
13
SOCKS5 Proxy </connection/socks>
15
14
JNDI Datasource </connection/jndi>
16
15
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.
194
194
* - **authMechanism**
195
195
- string
196
196
- 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
198
198
was supplied.
199
199
200
200
| **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:
38
38
This guide shows how to record events in the driver.
39
39
If you would like to learn how to use information about the activity of the
40
40
driver in code, consider reading our
41
- :doc:`guide on monitoring </fundamentals/ monitoring>`.
41
+ :doc:`guide on monitoring </monitoring>`.
42
42
43
43
Set Up a Logger
44
44
---------------
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:
37
37
38
38
This guide shows how to use information about the activity of the driver in code.
39
39
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>`.
41
41
42
42
.. _monitoring-monitor-events:
43
43
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:
127
127
See the following links For more information about using POJOs to store and
128
128
retrieve data:
129
129
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>`
132
132
133
133
Next steps
134
134
----------
You can’t perform that action at this time.
0 commit comments