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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user