diff options
author | Federico Caselli <cfederico87@gmail.com> | 2021-07-04 19:29:19 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2021-07-04 20:54:33 +0200 |
commit | fb81f9c8d914f9911925dd3f4e77d7fc374b267c (patch) | |
tree | bc41febba7eb8c1fab88909a0a13ee04d4cf505a /examples/postgis | |
parent | b920869ef54d05e73e2a980b73647d6050ffeb9d (diff) | |
download | sqlalchemy-fb81f9c8d914f9911925dd3f4e77d7fc374b267c.tar.gz |
Replace all http:// links to https://
Also replace http://pypi.python.org/pypi with https://pypi.org/project
Change-Id: I84b5005c39969a82140706472989f2a30b0c7685
Diffstat (limited to 'examples/postgis')
-rw-r--r-- | examples/postgis/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/postgis/__init__.py b/examples/postgis/__init__.py index dcdbfcf57..63eeb30ec 100644 --- a/examples/postgis/__init__.py +++ b/examples/postgis/__init__.py @@ -4,7 +4,7 @@ embed PostGIS functionality. This example was originally developed in the hopes that it would be extrapolated into a comprehensive PostGIS integration layer. We are pleased to announce that this has come to fruition as `GeoAlchemy -<http://www.geoalchemy.org/>`_. +<https://geoalchemy-2.readthedocs.io>`_. The example illustrates: |