Skip to content

Commit f916144

Browse files
fixed broken links (#217)
1 parent dae35c2 commit f916144

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/whats-new.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ operator instead.
170170
Authentication
171171
++++++++++++++
172172

173-
- ``gssapiServiceName`` is now removed. Use :node-api-4.0:`authMechanismProperties.SERVICE_NAME` in the URI
174-
or as an option on ``MongoClientOptions``.
173+
- ``gssapiServiceName`` is now removed. Use :node-api-4.0:`authMechanismProperties.SERVICE_NAME <interfaces/mongoclientoptions.html#authmechanismproperties>` in the URI or as an option on ``MongoClientOptions``.
175174

176175
.. example::
177176

@@ -297,7 +296,7 @@ Unified Topology
297296

298297
- It is longer required to specify ``useUnifiedTopology`` or ``useNewUrlParser``.
299298

300-
- You must use the new ``directConnection`` :node-api-4.0:`option </mongoclientoptions.html#directconnection>`
299+
- You must use the new ``directConnection`` :node-api-4.0:`option <interfaces/mongoclientoptions.html#directconnection>`
301300
to connect to unitiliazed replica set members.
302301

303302
Explain
@@ -330,7 +329,7 @@ New features of the 3.6 Node.js driver release include:
330329

331330
- Added support for the :ref:`MONGODB-AWS <mongodb-aws>` authentication mechanism using Amazon Web Services (AWS) Identity and Access Management (IAM) credentials
332331
- Added support for Online Certificate Status Protocol (OCSP)
333-
- The :node-api-4.0:`find()</classes/collection.html#find>` method supports ``allowDiskUse()`` for sorts that require too much memory to execute in RAM
332+
- The :node-api-4.0:`find() <classes/collection.html#find>` method supports ``allowDiskUse()`` for sorts that require too much memory to execute in RAM
334333
- The :ref:`update() <updateDocuments>` and :ref:`replaceOne() <replacementDocument>` methods support index hints
335334
- A reduction in recovery time for topology changes and failover events
336335
- Improvements in validation testing for the default :manual:`writeConcern </reference/write-concern/>`

0 commit comments

Comments
 (0)