File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ raw: ${prefix}/ -> ${base}/current/
8
8
raw: ${prefix}/stable -> ${base}/current/
9
9
raw: ${prefix}/master -> ${base}/upcoming/
10
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/
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This page contains code examples that show each of these mechanisms.
34
34
.. tip::
35
35
36
36
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 .
38
38
39
39
To use an authentication example from this page, copy the code example into the
40
40
:ref:`sample application <pymongo-auth-sample>` or your own application.
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ to use Kerberos to authenticate.
168
168
API Documentation
169
169
-----------------
170
170
171
- To learn more about using enterprise authentication mechanisms with {+driver-short+},
171
+ To learn more about using authentication mechanisms with {+driver-short+},
172
172
see the following API documentation:
173
173
174
174
- `MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
You can’t perform that action at this time.
0 commit comments