summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2018-04-17 15:19:29 -0700
committerTim Graham <timograham@gmail.com>2018-04-17 20:56:33 -0400
commitb98fa241ddbb22507cb63886f697d25f43197cba (patch)
treec77c4ae32e46ff4e30bac0c6e11546f4ab2241fd /docs/ref
parent3619d322098ae3573707adae22cb0c086e948210 (diff)
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geoip2.txt2
-rw-r--r--docs/ref/databases.txt4
-rw-r--r--docs/ref/django-admin.txt2
-rw-r--r--docs/ref/migration-operations.txt2
-rw-r--r--docs/ref/utils.txt2
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt
index b01cd5d69e..20fc720cf7 100644
--- a/docs/ref/contrib/gis/geoip2.txt
+++ b/docs/ref/contrib/gis/geoip2.txt
@@ -18,7 +18,7 @@ Additionally, it is recommended to install the `libmaxminddb C library`__, so
that ``geoip2`` can leverage the C library's faster speed.
__ https://geoip2.readthedocs.io/
-__ https://pypi.python.org/pypi/geoip2
+__ https://pypi.org/project/geoip2/
__ https://dev.maxmind.com/geoip/geoip2/geolite2/
__ https://github.com/maxmind/libmaxminddb
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 34ed4e3e9a..9f1deb96d1 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -343,7 +343,7 @@ MySQL has a couple drivers that implement the Python Database API described in
require the MySQL client library or any Python modules outside the standard
library.
-.. _mysqlclient: https://pypi.python.org/pypi/mysqlclient
+.. _mysqlclient: https://pypi.org/project/mysqlclient/
.. _MySQL Connector/Python: https://dev.mysql.com/downloads/connector/python
These drivers are thread-safe and provide connection pooling.
@@ -943,7 +943,7 @@ unofficial backends, along with any support queries, should be directed to
the support channels provided by each 3rd party project.
.. _SAP SQL Anywhere: https://github.com/sqlanywhere/sqlany-django
-.. _IBM DB2: https://pypi.python.org/pypi/ibm_db/
+.. _IBM DB2: https://pypi.org/project/ibm_db/
.. _Microsoft SQL Server: https://django-mssql.readthedocs.io/en/latest/
.. _Firebird: https://github.com/maxirobaina/django-firebird
.. _ODBC: https://github.com/lionheart/django-pyodbc/
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 20f6445834..50164e5e09 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -851,7 +851,7 @@ second). This offers better scaling to large projects, reduction in response
time to code modification, more robust change detection, and battery usage
reduction.
-.. _pyinotify: https://pypi.python.org/pypi/pyinotify/
+.. _pyinotify: https://pypi.org/project/pyinotify/
When you start the server, and each time you change Python code while the
server is running, the system check framework will check your entire Django
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt
index a977317a80..a5e2e7bb3b 100644
--- a/docs/ref/migration-operations.txt
+++ b/docs/ref/migration-operations.txt
@@ -279,7 +279,7 @@ be removed (elided) when :ref:`squashing migrations <migration-squashing>`.
want the operation not to do anything in the given direction. This is
especially useful in making the operation reversible.
-.. _sqlparse: https://pypi.python.org/pypi/sqlparse
+.. _sqlparse: https://pypi.org/project/sqlparse/
``RunPython``
-------------
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index ed53d08be5..636f9cd331 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -672,7 +672,7 @@ escaping HTML.
the return value will be ``"Joel is a slug"``.
If you are looking for a more robust solution, take a look at the `bleach
- <https://pypi.python.org/pypi/bleach>`_ Python library.
+ <https://pypi.org/project/bleach/>`_ Python library.
.. function:: html_safe()