diff options
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/gis/geoip2/__init__.py | 2 |
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. |
