summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-10-05 23:14:56 +0200
committerClaude Paroz <claude@2xlibre.net>2012-10-05 23:17:21 +0200
commitab8c9703683856eef0346b661e36d6f05db67435 (patch)
tree099065c4f543a77182d4358fafd35fdcbf68d061 /docs/ref
parentab696e3a21a1a7b943e704b24749f43c4d036e15 (diff)
Fixed #19072 -- Corrected an external file path in GeoIP docs
Thanks Flavio Curella for the report and the initial patch.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geoip.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/geoip.txt b/docs/ref/contrib/gis/geoip.txt
index a30573d860..e37c4c60b0 100644
--- a/docs/ref/contrib/gis/geoip.txt
+++ b/docs/ref/contrib/gis/geoip.txt
@@ -23,10 +23,10 @@ to the GPL-licensed `Python GeoIP`__ interface provided by MaxMind.
In order to perform IP-based geolocation, the :class:`GeoIP` object requires
the GeoIP C libary and either the GeoIP `Country`__ or `City`__
datasets in binary format (the CSV files will not work!). These datasets may be
-`downloaded from MaxMind`__. Grab the ``GeoIP.dat.gz`` and ``GeoLiteCity.dat.gz``
-and unzip them in a directory corresponding to what you set
-:setting:`GEOIP_PATH` with in your settings. See the example and reference below
-for more details.
+`downloaded from MaxMind`__. Grab the ``GeoLiteCountry/GeoIP.dat.gz`` and
+``GeoLiteCity.dat.gz`` files and unzip them in a directory corresponding to what
+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