Fix internal links

remove-default-role
Santos Gallegos 2018-03-17 15:48:10 -05:00
parent 65914a3689
commit 8683ab1740
1 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,7 @@ Supported Top-Level Redirects
.. note:: These "implicit" redirects are supported for legacy reasons.
We will not be adding support for any more magic redirects.
If you want additional redirects,
they should live at a prefix like :ref:`page-redirect`
they should live at a prefix like `Redirecting to a Page`_
The main challenge of URL routing in Read the Docs is handling redirects correctly. Both in the interest of redirecting older URLs that are now obsolete, and in the interest of handling "logical-looking" URLs (leaving out the lang_slug or version_slug shouldn't result in a 404), the following redirects are supported::
@ -44,8 +44,6 @@ The main challenge of URL routing in Read the Docs is handling redirects correct
The language redirect will work for any of the defined ``LANGUAGE_CODES`` we support.
The version redirect will work for supported versions.
.. _page-redirect:
Redirecting to a Page
---------------------