Skip to content

Commit b9b2403

Browse files
authored
Merge pull request #116 from maxmind/kevin/update-dev-links
Update dev.maxmind.com links
2 parents ff3df88 + 70142d5 commit b9b2403

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ MaxMind GeoIP2 Python API
55
Description
66
-----------
77

8-
This package provides an API for the GeoIP2 `web services
9-
<http://dev.maxmind.com/geoip/geoip2/web-services>`_ and `databases
10-
<http://dev.maxmind.com/geoip/geoip2/downloadable>`_. The API also works with
11-
MaxMind's free `GeoLite2 databases
12-
<http://dev.maxmind.com/geoip/geoip2/geolite2/>`_.
8+
This package provides an API for the GeoIP2 and GeoLite2 `web services
9+
<https://dev.maxmind.com/geoip/docs/web-services?lang=en>`_ and `databases
10+
<https://dev.maxmind.com/geoip/docs/databases?lang=en>`_.
1311

1412
Installation
1513
------------
@@ -160,7 +158,7 @@ Web Service Client Exceptions
160158
-----------------------------
161159

162160
For details on the possible errors returned by the web service itself, see
163-
http://dev.maxmind.com/geoip/geoip2/web-services for the GeoIP2 Precision web
161+
https://dev.maxmind.com/geoip/docs/web-services?lang=en for the GeoIP2 Precision web
164162
service docs.
165163

166164
If the web service returns an explicit error document, this is thrown 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 and Insights model classes is which
99
fields in each record may be populated. See
10-
http://dev.maxmind.com/geoip/geoip2/web-services for more details.
10+
https://dev.maxmind.com/geoip/docs/web-services?lang=en for more details.
1111
1212
"""
1313
# pylint: disable=too-many-instance-attributes,too-few-public-methods

geoip2/records.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,7 @@ class Traits(Record):
644644
645645
.. attribute:: is_anonymous_proxy
646646
647-
This is true if the IP is an anonymous
648-
proxy. See http://dev.maxmind.com/faq/geoip#anonproxy for further
649-
details.
647+
This is true if the IP is an anonymous proxy.
650648
651649
:type: bool
652650

0 commit comments

Comments
 (0)