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

[2.0.x] Updated various links in docs to use HTTPS.

Backport of 7c81b28ebc from master
This commit is contained in:
Mariusz Felisiak
2018-01-07 14:28:41 +01:00
parent 5bef733014
commit 07fb89b420
28 changed files with 42 additions and 42 deletions

View File

@@ -225,7 +225,7 @@ __ https://www.python.org/ftp/python/
Postgres.app
~~~~~~~~~~~~
`Postgres.app <http://postgresapp.com/>`_ is a standalone PostgreSQL server
`Postgres.app <https://postgresapp.com/>`_ is a standalone PostgreSQL server
that includes the PostGIS extension. You will also need to install ``gdal`` and
``libgeoip`` with :ref:`homebrew`.
@@ -299,8 +299,8 @@ your ``.profile`` to be able to run the package programs from the command-line::
export PATH=/Library/Frameworks/GDAL.framework/Programs:$PATH
export PATH=/usr/local/pgsql/bin:$PATH
__ http://www.kyngchaos.com/software/frameworks
__ http://www.kyngchaos.com/software/postgres
__ https://www.kyngchaos.com/software/frameworks
__ https://www.kyngchaos.com/software/postgres
.. _psycopg2_kyngchaos: