diff --git a/config/redirects b/config/redirects index 5e466102..94a85463 100644 --- a/config/redirects +++ b/config/redirects @@ -9,4 +9,6 @@ raw: ${prefix}/stable -> ${base}/current/ raw: ${prefix}/master -> ${base}/upcoming/ # temporary redirect for a bad link -raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/download-and-install/ \ No newline at end of file +raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/download-and-install/ + +[*-master]: ${prefix}/${version}/security/enterprise-authentication/ -> ${base}/${version}/security/authentication/ diff --git a/source/security.txt b/source/security.txt index 01079131..cf6c447d 100644 --- a/source/security.txt +++ b/source/security.txt @@ -34,7 +34,7 @@ This page contains code examples that show each of these mechanisms. .. tip:: To learn more about any of the authentication mechanisms on this page, see the - :ref:`pymongo-auth` and :ref:`pymongo-enterprise-auth` pages. + :ref:`pymongo-auth` page. To use an authentication example from this page, copy the code example into the :ref:`sample application ` or your own application. diff --git a/source/security/authentication/kerberos.txt b/source/security/authentication/kerberos.txt index 9cc2fd87..15bb9238 100644 --- a/source/security/authentication/kerberos.txt +++ b/source/security/authentication/kerberos.txt @@ -168,7 +168,7 @@ to use Kerberos to authenticate. API Documentation ----------------- -To learn more about using enterprise authentication mechanisms with {+driver-short+}, +To learn more about using authentication mechanisms with {+driver-short+}, see the following API documentation: - `MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__ \ No newline at end of file