Skip to content

DOCSP-46651 - Add redirect and fix landing page #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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/
raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/download-and-install/

[*-master]: ${prefix}/${version}/security/enterprise-authentication/ -> ${base}/${version}/security/authentication/
2 changes: 1 addition & 1 deletion source/security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pymongo-auth-sample>` or your own application.
Expand Down
2 changes: 1 addition & 1 deletion source/security/authentication/kerberos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>`__
Loading