Skip to content

Commit bd10269

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

14 files changed

+15
-18
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/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

source/reference/connection-string.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ credentials are authenticated against the ``admin`` database.
10201020

10211021
To use ``MONGODB-AWS``, you must be connecting to a
10221022
`MongoDB Atlas
1023-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__ cluster
1023+
<https://www.mongodb.com/atlas/database?tck=docs_server>`__ cluster
10241024
which has been configured to support authentication via
10251025
`AWS IAM credentials
10261026
<https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html>`__
@@ -1413,7 +1413,7 @@ MongoDB Atlas Cluster
14131413
.. versionadded:: 4.4
14141414

14151415
The following connects to a `MongoDB Atlas
1416-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`_ cluster which
1416+
<https://www.mongodb.com/atlas/database?tck=docs_server>`_ cluster which
14171417
has been configured to support authentication via `AWS IAM credentials
14181418
<https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html>`__:
14191419

source/reference/glossary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Glossary
6464
:ref:`replica-set-arbiter-configuration`.
6565

6666
Atlas
67-
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`_
67+
`MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`_
6868
is a cloud-hosted database-as-a-service.
6969

7070
atomic operation

source/reference/versioning.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ Driver Versions
4242

4343
The version numbering system for MongoDB differs from the system
4444
used for the MongoDB drivers.
45-

source/release-notes/4.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ Starting in MongoDB 4.4, the :binary:`~bin.mongo` shell supports
16821682
using `AWS IAM credentials
16831683
<https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html>`__
16841684
to authenticate to a `MongoDB Atlas
1685-
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__ cluster that
1685+
<https://www.mongodb.com/atlas/database?tck=docs_server>`__ cluster that
16861686
has been configured for AWS IAM authentication.
16871687

16881688
Authenticating in this manner uses the new ``MONGODB-AWS``

source/tutorial/configure-encryption.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Overview
1616
--------
1717

1818
This page discusses server configuration to support encryption at rest.
19-
If you use `MongoDB Atlas <https://www.mongodb.com/cloud/atlas>`__,
19+
If you use `MongoDB Atlas <https://www.mongodb.com/atlas/database?tck=docs_server>`__,
2020
your data is already encrypted. MongoDB manages Atlas encryption at the
2121
cloud provider level, but you can also use your own key management
2222
solution. See the Atlas `key management documentation
@@ -237,4 +237,3 @@ is in use and holds data that you want to encrypt. These are the steps
237237
you would take to encrypt the data at rest:
238238

239239
.. include:: /includes/steps/encrypt-with-rolling-sync.rst
240-

0 commit comments

Comments
 (0)