1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.11.x] Updated various links in docs to avoid redirects

Thanks Tim Graham and Mariusz Felisiak for review and completion.
This commit is contained in:
Claude Paroz
2017-05-20 17:51:21 +02:00
parent a810f4aa04
commit 65dfe579d0
37 changed files with 70 additions and 78 deletions

View File

@@ -71,7 +71,7 @@ probably got the answers.
.. admonition:: Python 3 required!
This tutorial assumes you are using Python 3. Get the latest version at
`Python's download page <https://www.python.org/download/>`_ or with your
`Python's download page <https://www.python.org/downloads/>`_ or with your
operating system's package manager.
.. admonition:: For Windows users
@@ -105,7 +105,7 @@ have to download and install it, see `Git's download page`__.
If you're not that familiar with Git, you can always find out more about its
commands (once it's installed) by typing ``git help`` into the command line.
__ http://git-scm.com/download
__ https://git-scm.com/download
Getting a copy of Django's development version
==============================================
@@ -299,7 +299,7 @@ present in Django's official builds. If you click to view a particular build,
you can view the "Configuration Matrix" which shows failures broken down by
Python version and database backend.
__ http://djangoci.com
__ https://djangoci.com
.. note::