@@ -7,7 +7,7 @@ Description
77
88This package provides an API for the GeoIP2 and GeoLite2 `web services
99<https://dev.maxmind.com/geoip/docs/web-services?lang=en> `_ and `databases
10- <https://dev.maxmind.com/geoip/docs/databases?lang=en> `_.
10+ <https://dev.maxmind.com/geoip/docs/databases?lang=en> `_.
1111
1212Installation
1313------------
@@ -456,7 +456,7 @@ attribute in the ``geoip2.records.Traits`` record.
456456Integration with GeoNames
457457-------------------------
458458
459- `GeoNames <http ://www.geonames.org/ >`_ offers web services and downloadable
459+ `GeoNames <https ://www.geonames.org/ >`_ offers web services and downloadable
460460databases with data on geographical features around the world, including
461461populated places. They offer both free and paid premium data. Each feature is
462462uniquely identified by a ``geoname_id ``, which is an integer.
@@ -473,31 +473,31 @@ Reporting Data Problems
473473-----------------------
474474
475475If the problem you find is that an IP address is incorrectly mapped, please
476- `submit your correction to MaxMind <http ://www.maxmind.com/en/correction >`_.
476+ `submit your correction to MaxMind <https ://www.maxmind.com/en/correction >`_.
477477
478478If you find some other sort of mistake, like an incorrect spelling, please
479- check the `GeoNames site <http ://www.geonames.org/ >`_ first. Once you've
479+ check the `GeoNames site <https ://www.geonames.org/ >`_ first. Once you've
480480searched for a place and found it on the GeoNames map view, there are a
481481number of links you can use to correct data ("move", "edit", "alternate
482482names", etc.). Once the correction is part of the GeoNames data set, it
483483will be automatically incorporated into future MaxMind releases.
484484
485485If you are a paying MaxMind customer and you're not sure where to submit a
486486correction, please `contact MaxMind support
487- <http ://www.maxmind.com/en/support> `_ for help.
487+ <https ://www.maxmind.com/en/support> `_ for help.
488488
489489Requirements
490490------------
491491
492492Python 3.7 or greater is required. Older versions are not supported.
493493
494494The Requests HTTP library is also required. See
495- <http ://python-requests.org> for details.
495+ <https ://python-requests.org> for details.
496496
497497Versioning
498498----------
499499
500- The GeoIP2 Python API uses `Semantic Versioning <http ://semver.org/ >`_.
500+ The GeoIP2 Python API uses `Semantic Versioning <https ://semver.org/ >`_.
501501
502502Support
503503-------
@@ -507,4 +507,4 @@ Please report all issues with this code using the `GitHub issue tracker
507507
508508If you are having an issue with a MaxMind service that is not specific to the
509509client API, please contact `MaxMind support
510- <http ://www.maxmind.com/en/support> `_ for assistance.
510+ <https ://www.maxmind.com/en/support> `_ for assistance.
0 commit comments