Skip to content

Commit 3da40a9

Browse files
authored
* DOCSP-35340 Fix 404 Errors (#5751) * DOCSP-35340 Fix 404 Errors * * * Empty-Commit * Copy Review * *
1 parent ac0b673 commit 3da40a9

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
@@ -3430,7 +3430,7 @@ Key Management Configuration Options
34303430
.. note::
34313431

34323432
An explanation of `RFC4514 <https://www.ietf.org/rfc/rfc4514.txt>`_,
3433-
`RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
3433+
`RFC4515 <https://tools.ietf.org/html/rfc4515>`_,
34343434
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_, or LDAP queries is out
34353435
of scope for the MongoDB Documentation. Please review the RFC directly or
34363436
use your preferred LDAP resource.
@@ -3517,7 +3517,7 @@ Key Management Configuration Options
35173517
*Available in MongoDB Enterprise only.*
35183518

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

35863586
.. note::
35873587

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

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ Compatibility
3838

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

4544
Syntax
4645
------

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

+2-2
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)