Skip to content

Commit ff93eb2

Browse files
committed
DOCSP-46651 - Add redirect and fix landing page (#152)
(cherry picked from commit f67214f) (cherry picked from commit 5fbe828)
1 parent a4f20f2 commit ff93eb2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

config/redirects

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ symlink: current -> master
77
raw: ${prefix}/ -> ${base}/current/
88
raw: ${prefix}/stable -> ${base}/current/
99
raw: ${prefix}/master -> ${base}/upcoming/
10+
11+
# temporary redirect for a bad link
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)