Updated various links in docs to use HTTPS.

This commit is contained in:
Mariusz Felisiak 2018-01-07 14:28:41 +01:00 committed by GitHub
parent 762bd34c36
commit 7c81b28ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: