Skip to content

Commit 1624fb8

Browse files
committed
Corrected links
1 parent 0b23b4b commit 1624fb8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description
77
-----------
88

99
Currently, this distribution provides an API for the GeoIP2 Precision web
10-
services (as documented at http://dev.maxmind.com/geoip/precision).
10+
services (as documented at http://dev.maxmind.com/geoip/geoip2/web-services).
1111

1212
In the future, this distribution will also provide the same API for the GeoIP2
1313
downloadable databases. These databases have not yet been released as a

geoip2/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
The only difference between the City, City/ISP/Org, and Omni model classes is
99
which fields in each record may be populated. See
10-
http://dev.maxmind.com/geoip/precision for more details.
10+
http://dev.maxmind.com/geoip/geoip2/web-services for more details.
1111
1212
"""
1313
import geoip2.records

geoip2/webservices.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
----------
5757
5858
For details on the possible errors returned by the web service itself, see
59-
http://dev.maxmind.com/geoip/precision for the GeoIP Precision web service
60-
docs.
59+
http://dev.maxmind.com/geoip/geoip2/web-services for the GeoIP Precision
60+
web service docs.
6161
6262
If the web service returns an explicit error document, this is thrown as a
6363
GeoIP2WebServiceError exception. If some other sort of error occurs, this is
@@ -83,8 +83,8 @@
8383
Because of these factors, it is possible for any end point to return a record
8484
where some or all of the attributes are unpopulated.
8585
86-
See http://dev.maxmind.com/geoip/precision for details on what data each end
87-
point may return.
86+
See http://dev.maxmind.com/geoip/geoip2/web-services for details on what
87+
data each end point may return.
8888
8989
The only piece of data which is always returned is the :py:attr:`ip_address`
9090
attribute in the :py:class:`geoip2.records.Traits` record.

0 commit comments

Comments
 (0)