Skip to content

Commit cd510ab

Browse files
authored
DOCSP-35340 Fix 404 Errors (#5751) (#5844)
* DOCSP-35340 Fix 404 Errors * * * Empty-Commit * Copy Review
1 parent 272d936 commit cd510ab

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

source/reference/configuration-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3137,7 +3137,7 @@ Key Management Configuration Options
31373137
.. note::
31383138

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

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

32863286
.. note::
32873287

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

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ Compatibility
4040

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

4746
Syntax
4847
------

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Compatibility
3636
.. include:: /includes/fact-compatibility.rst
3737

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

4242
Syntax
4343
------

0 commit comments

Comments
 (0)