Skip to content

Commit b5f843e

Browse files
authoredJan 16, 2024
* DOCSP-35340 Fix 404 Errors (#5751) * DOCSP-35340 Fix 404 Errors * * * Empty-Commit * Copy Review * *
1 parent 09c9fe8 commit b5f843e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed
 

‎source/reference/configuration-options.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,7 @@ Key Management Configuration Options
31383138
.. note::
31393139

31403140
An explanation of `RFC4514 <https://www.ietf.org/rfc/rfc4514.txt>`_,
3141-
`RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
3141+
`RFC4515 <https://tools.ietf.org/html/rfc4515>`_,
31423142
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_, or LDAP queries is out
31433143
of scope for the MongoDB Documentation. Please review the RFC directly or
31443144
use your preferred LDAP resource.
@@ -3225,7 +3225,7 @@ Key Management Configuration Options
32253225
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
32263226

32273227
A relative LDAP query URL formatted conforming to `RFC4515
3228-
<https://tools.ietf.org/search/rfc4515>`_ and `RFC4516
3228+
<https://tools.ietf.org/html/rfc4515>`_ and `RFC4516
32293229
<https://tools.ietf.org/html/rfc4516>`_ that :binary:`~bin.mongod` executes to obtain
32303230
the LDAP groups to which the authenticated user belongs to. The query is
32313231
relative to the host or hosts specified in :setting:`security.ldap.servers`.
@@ -3293,7 +3293,7 @@ Key Management Configuration Options
32933293

32943294
.. note::
32953295

3296-
An explanation of `RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
3296+
An explanation of `RFC4515 <https://tools.ietf.org/html/rfc4515>`_,
32973297
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_ or LDAP queries is out
32983298
of scope for the MongoDB Documentation. Please review the RFC directly or
32993299
use your preferred LDAP resource.

‎source/reference/method/db.collection.bulkWrite.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ Compatibility
4141

4242
You can't perform :ref:`bulk write <bulk-write-operations>`
4343
operations in the :ref:`Atlas UI <atlas-ui-docs>`.
44-
To insert multiple documents, you must insert an array of documents.
45-
To learn more, see :atlas:`Create, View, Update, and Delete Documents
46-
</atlas/atlas-ui/documents>` in the Atlas documentation.
44+
To insert multiple documents, you must insert an array of documents.
45+
To learn more, see :ref:`atlas-ui-docs` in the Atlas documentation.
4746

4847
Syntax
4948
------

‎source/reference/method/db.collection.update.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Compatibility
3434
.. include:: /includes/fact-compatibility.rst
3535

3636
To learn how to update documents hosted in {+atlas+} by
37-
using the Atlas UI, see :atlas:`Create, View, Update, and Delete Documents
38-
</atlas/atlas-ui/documents/#edit-one-document>`.
37+
using the Atlas UI, see :ref:`<atlas-ui-edit-document>`.
38+
3939

4040
Syntax
4141
------

0 commit comments

Comments
 (0)
Please sign in to comment.