From 44ea1b0bf54835d278cf9221c54c34ff901fd8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8B=C9=AA=CA=80=CA=99=CA=8F=20=E1=B4=8B=E1=B4=8F?= =?UTF-8?q?=CA=9C=CA=9F=E1=B4=8D=E1=B4=8F=CA=80=C9=A2=E1=B4=87=C9=B4?= Date: Mon, 17 Sep 2018 10:55:52 -0400 Subject: [PATCH] Change Atlas CTA to use security specific link --- source/core/auditing.txt | 2 +- source/core/authentication-mechanisms-enterprise.txt | 2 +- source/core/authentication.txt | 2 +- source/core/security-encryption-at-rest.txt | 2 +- source/security.txt | 2 +- source/tutorial/manage-users-and-roles.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/core/auditing.txt b/source/core/auditing.txt index adeb994664b..d9171f0e4cc 100644 --- a/source/core/auditing.txt +++ b/source/core/auditing.txt @@ -17,7 +17,7 @@ Auditing Atlas makes it easy for administrators to select the actions that they want to audit, as well as the MongoDB users, Atlas roles, and LDAP groups whose actions they want audited. `Track Your System on Atlas - `_. + `_. .. versionadded:: 2.6 diff --git a/source/core/authentication-mechanisms-enterprise.txt b/source/core/authentication-mechanisms-enterprise.txt index e0d0f1f4980..366ccc0e1bb 100644 --- a/source/core/authentication-mechanisms-enterprise.txt +++ b/source/core/authentication-mechanisms-enterprise.txt @@ -44,7 +44,7 @@ LDAP Proxy Authentication MongoDB Atlas natively supports authentication via LDAP. Atlas automatically syncs with your LDAP server and makes it easy for your users to authenticate with their existing credentials. `Sign up for MongoDB Atlas - `_. + `_. `MongoDB Enterprise `_ supports diff --git a/source/core/authentication.txt b/source/core/authentication.txt index 9aed2989e70..41c64e7b276 100644 --- a/source/core/authentication.txt +++ b/source/core/authentication.txt @@ -26,7 +26,7 @@ verified user's access to resources and operations. MongoDB Atlas natively supports authentication via LDAP. Atlas automatically syncs with your LDAP server and makes it easy for your users to authenticate with their existing credentials. `Sign up for MongoDB Atlas - `_. + `_. Authentication Methods ---------------------- diff --git a/source/core/security-encryption-at-rest.txt b/source/core/security-encryption-at-rest.txt index 64b4816177e..30cc21582e9 100644 --- a/source/core/security-encryption-at-rest.txt +++ b/source/core/security-encryption-at-rest.txt @@ -14,7 +14,7 @@ Encryption at Rest Databases hosted on MongoDB Atlas are secure by default. Atlas encrypts your data, both in-transit and at-rest, and makes it easy to control access with role-based user management. `Set up a free cluster now - `_. + `_. Encryption at rest, when used in conjunction with transport encryption and good security policies that protect relevant accounts, passwords, diff --git a/source/security.txt b/source/security.txt index f737d2b0931..a038e1771be 100644 --- a/source/security.txt +++ b/source/security.txt @@ -8,7 +8,7 @@ Security Databases hosted on MongoDB Atlas are secure by default. Atlas encrypts your data, both in-transit and at-rest, and makes it easy to control access with role-based user management. `Set up a free cluster now - `_. + `_. MongoDB provides various features, such as authentication, access control, encryption, to secure your MongoDB deployments. Some key diff --git a/source/tutorial/manage-users-and-roles.txt b/source/tutorial/manage-users-and-roles.txt index 59a4a263375..ef5e562eccb 100644 --- a/source/tutorial/manage-users-and-roles.txt +++ b/source/tutorial/manage-users-and-roles.txt @@ -21,7 +21,7 @@ how to add a new user to MongoDB. MongoDB Atlas natively supports authentication via LDAP. Atlas automatically syncs with your LDAP server and makes it easy for your users to authenticate with their existing credentials. `Sign up for MongoDB Atlas - `_. + `_. Prerequisites -------------