Skip to content

Commit e7f0f31

Browse files
(DOCSP-30888): Update links to Atlas to preserve tracking (#3398) (#3402)
1 parent d220704 commit e7f0f31

16 files changed

+19
-21
lines changed

source/administration/monitoring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ a running MongoDB instance:
4040
</reference/command>` that return statistics regarding the current
4141
database state with greater fidelity.
4242

43-
- `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_
43+
- `MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_
4444
is a cloud-hosted database-as-a-service for running, monitoring, and
4545
maintaining MongoDB deployments.
4646

source/core/authentication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ LDAP Proxy Authentication
105105
`MongoDB Enterprise
106106
<http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_
107107
and `MongoDB Atlas
108-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__ support
109-
:doc:`LDAP Proxy Authentication </core/security-ldap>` proxy
108+
<https://www.mongodb.com/atlas/database?tck=docs_server>`__ support
109+
:ref:`LDAP Proxy Authentication <security-ldap>` proxy
110110
authentication through a Lightweight Directory Access Protocol (LDAP)
111111
service.
112112

source/faq/fundamentals.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ For the list of supported platforms, see
2121
Is MongoDB offered as a hosted service?
2222
---------------------------------------
2323

24-
Yes. `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_ is
24+
Yes. `MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_ is
2525
a cloud-hosted database-as-a-service. For more information, please
2626
visit `MongoDB Atlas
27-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`_.
27+
<https://www.mongodb.com/atlas/database?tck=docs_server>`_.
2828

2929
How does a collection differ from a table?
3030
------------------------------------------
@@ -209,4 +209,3 @@ submitting malicious JavaScript.
209209

210210
Fortunately, you can express most operations in MongoDB without
211211
JavaScript.
212-

source/includes/extracts-sharded-clusters-backup-restore-limitations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ content: |
1111
one of the following coordinated backup and restore processes which
1212
*do maintain* the atomicity guarantees of transactions across shards:
1313
14-
- `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_,
14+
- `MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_,
1515
1616
- `MongoDB Cloud Manager
1717
<https://www.mongodb.com/cloud/cloud-manager?tck=docs_server>`_, or

source/includes/fact-atlas-banner.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. note:: MongoDB Atlas
22

3-
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_
3+
`MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_
44
is a hosted MongoDB service option in the cloud which requires no
55
installation overhead and offers a free tier to get started.

source/includes/fact-atlas-search-banner.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
:atlas:`Atlas Search </atlas-search>` makes it easy to build fast,
55
relevance-based search capabilities on top of your MongoDB data. Try
66
it today on `MongoDB Atlas
7-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__, our fully
7+
<https://www.mongodb.com/atlas/database?tck=docs_server>`__, our fully
88
managed database as a service.

source/includes/fact-backup-shard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
You do **not** have to disable the balancer when using coordinated backup
99
and restore processes:
1010

11-
- `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_
11+
- `MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_
1212

1313
- `MongoDB Cloud Manager
1414
<https://www.mongodb.com/cloud/cloud-manager?tck=docs_server>`_

source/includes/fact-mms-summary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. note::
22

3-
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_ is a
3+
`MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_ is a
44
cloud-hosted database-as-a-service. |mms-home|, a hosted service,
55
and `Ops Manager
66
<https://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A collection can have at most **one** ``text`` index.
22

33
Atlas Search (available in `MongoDB Atlas
4-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__) supports
4+
<https://www.mongodb.com/atlas/database?tck=docs_server>`__) supports
55
multiple full-text search indexes on a single collection. To learn more,
66
see the :atlas:`Atlas Search documentation </atlas-search>`.

source/includes/list-table-auth-mechanisms-shell-only.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
- External authentication using AWS IAM credentials for use in
3232
connecting to a
33-
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_
33+
`MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_
3434
cluster. See :ref:`example-connect-mongo-using-aws-iam`.
3535

3636
.. versionadded:: 4.4

0 commit comments

Comments
 (0)