File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,9 @@ MaxMind GeoIP2 Python API
55Description
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
1412Installation
1513------------
@@ -160,7 +158,7 @@ Web Service Client Exceptions
160158-----------------------------
161159
162160For 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
164162service docs.
165163
166164If the web service returns an explicit error document, this is thrown as a
Original file line number Diff line number Diff line change 77
88The only difference between the City and Insights model classes is which
99fields 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments