diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-24 12:35:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-24 12:35:20 -0400 |
| commit | fbab3209fc6b32752a71d012add57cd440adfc94 (patch) | |
| tree | dee23085a2b3f181b8705f2d9f33828c7b6fb140 | |
| parent | 92c9052addb73b7e73ea349b4244bdd4f0087ca0 (diff) | |
Fixed #20492 - Removed a broken link in GIS docs.
| -rw-r--r-- | docs/ref/contrib/gis/geoip.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/geoip.txt b/docs/ref/contrib/gis/geoip.txt index 2444849a19..b6aca6b211 100644 --- a/docs/ref/contrib/gis/geoip.txt +++ b/docs/ref/contrib/gis/geoip.txt @@ -8,8 +8,7 @@ Geolocation with GeoIP :synopsis: High-level Python interface for MaxMind's GeoIP C library. The :class:`GeoIP` object is a ctypes wrapper for the -`MaxMind GeoIP C API`__. [#]_ This interface is a BSD-licensed alternative -to the GPL-licensed `Python GeoIP`__ interface provided by MaxMind. +`MaxMind GeoIP C API`__. [#]_ In order to perform IP-based geolocation, the :class:`GeoIP` object requires the GeoIP C libary and either the GeoIP `Country`__ or `City`__ @@ -20,7 +19,6 @@ you set :setting:`GEOIP_PATH` with in your settings. See the example and reference below for more details. __ http://www.maxmind.com/app/c -__ http://www.maxmind.com/app/python __ http://www.maxmind.com/app/country __ http://www.maxmind.com/app/city __ http://www.maxmind.com/download/geoip/database/ |
