summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-04-28 10:09:57 -0400
committerTim Graham <timograham@gmail.com>2016-04-28 10:15:23 -0400
commit8a135cca4e663ec649d9ef7643ffc2a10e91c781 (patch)
tree57a071328f708dd1267471e213aea3544f9c636b /django
parent472c54084b30b9b8483ef9f9c068362bc21894f8 (diff)
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
Diffstat (limited to 'django')
-rw-r--r--django/contrib/gis/geoip2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/geoip2/__init__.py b/django/contrib/gis/geoip2/__init__.py
index b6142e0844..b76dfa6ef8 100644
--- a/django/contrib/gis/geoip2/__init__.py
+++ b/django/contrib/gis/geoip2/__init__.py
@@ -1,6 +1,6 @@
"""
This module houses the GeoIP2 object, a wrapper for the MaxMind GeoIP2(R)
-Python API (http://geoip2.readthedocs.org/). This is an alternative to the
+Python API (https://geoip2.readthedocs.io/). This is an alternative to the
Python GeoIP2 interface provided by MaxMind.
GeoIP(R) is a registered trademark of MaxMind, Inc.