Skip to content

Commit f67214f

Browse files
authored
DOCSP-46651 - Add redirect and fix landing page (#152)
1 parent ec77be0 commit f67214f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

config/redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ raw: ${prefix}/stable -> ${base}/current/
99
raw: ${prefix}/master -> ${base}/upcoming/
1010

1111
# temporary redirect for a bad link
12-
raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/download-and-install/
12+
raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/download-and-install/
13+
14+
[*-master]: ${prefix}/${version}/security/enterprise-authentication/ -> ${base}/${version}/security/authentication/

source/security.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This page contains code examples that show each of these mechanisms.
3434
.. tip::
3535

3636
To learn more about any of the authentication mechanisms on this page, see the
37-
:ref:`pymongo-auth` and :ref:`pymongo-enterprise-auth` pages.
37+
:ref:`pymongo-auth` page.
3838

3939
To use an authentication example from this page, copy the code example into the
4040
:ref:`sample application <pymongo-auth-sample>` or your own application.

source/security/authentication/kerberos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ to use Kerberos to authenticate.
168168
API Documentation
169169
-----------------
170170

171-
To learn more about using enterprise authentication mechanisms with {+driver-short+},
171+
To learn more about using authentication mechanisms with {+driver-short+},
172172
see the following API documentation:
173173

174174
- `MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__

0 commit comments

Comments
 (0)