33## Description
44
55This package provides an API for the GeoIP and GeoLite
6- [ web services] ( https://dev.maxmind.com/geoip/docs/web-services?lang=en ) and
7- [ databases] ( https://dev.maxmind.com/geoip/docs/databases?lang=en ) .
6+ [ web services] ( https://dev.maxmind.com/geoip/docs/web-services/ ?lang=en ) and
7+ [ databases] ( https://dev.maxmind.com/geoip/docs/databases/ ?lang=en ) .
88
99## Install via Composer
1010
@@ -45,18 +45,18 @@ require 'vendor/autoload.php';
4545## Install via Phar
4646
4747Although we strongly recommend using Composer, we also provide a
48- [ phar archive] ( https://php.net/manual/en/book.phar.php ) containing most of the
48+ [ phar archive] ( https://www. php.net/manual/en/book.phar.php ) containing most of the
4949dependencies for GeoIP. Our latest phar archive is available on
5050[ our releases page] ( https://github.com/maxmind/GeoIP2-php/releases ) .
5151
5252### Install Dependencies
5353
5454In order to use the phar archive, you must have the PHP
55- [ Phar extension] ( https://php.net/manual/en/book.phar.php ) installed and
55+ [ Phar extension] ( https://www. php.net/manual/en/book.phar.php ) installed and
5656enabled.
5757
5858If you will be making web service requests, you must have the PHP
59- [ cURL extension] ( https://php.net/manual/en/book.curl.php ) installed to use
59+ [ cURL extension] ( https://www. php.net/manual/en/book.curl.php ) installed to use
6060this archive. For Debian-based distributions, this can typically be found in
6161the ` php-curl ` package. For other operating systems, please consult the
6262relevant documentation. After installing the extension you may need to restart
@@ -286,7 +286,7 @@ print($record->network . "\n"); // '128.101.101.101/32'
286286
287287You can keep your databases up to date with our
288288[ GeoIP Update program] ( https://github.com/maxmind/geoipupdate/releases ) .
289- [ Learn more about GeoIP Update on our developer portal.] ( https://dev.maxmind.com/geoip/updating-databases?lang=en )
289+ [ Learn more about GeoIP Update on our developer portal.] ( https://dev.maxmind.com/geoip/updating-databases/ ?lang=en )
290290
291291## Web Service Client
292292
@@ -398,7 +398,7 @@ Because of these factors, it is possible for any endpoint to return a record
398398where some or all of the attributes are unpopulated.
399399
400400See the
401- [ GeoIP web service docs] ( https://dev.maxmind.com/geoip/docs/web-services?lang=en )
401+ [ GeoIP web service docs] ( https://dev.maxmind.com/geoip/docs/web-services/ ?lang=en )
402402for details on what data each endpoint may return.
403403
404404The only piece of data which is always returned is the ` ipAddress ` attribute
@@ -422,7 +422,7 @@ GeoNames premium data set.
422422## Reporting data problems
423423
424424If the problem you find is that an IP address is incorrectly mapped, please
425- [ submit your correction to MaxMind] ( https://www.maxmind.com/en/correction ) .
425+ [ submit your correction to MaxMind] ( https://www.maxmind.com/en/geoip-data- correction-request ) .
426426
427427If you find some other sort of mistake, like an incorrect spelling, please
428428check the [ GeoNames site] ( https://www.geonames.org/ ) first. Once you've
@@ -433,15 +433,15 @@ automatically incorporated into future MaxMind releases.
433433
434434If you are a paying MaxMind customer and you're not sure where to submit a
435435correction, please
436- [ contact MaxMind support] ( https://www .maxmind.com/en/support ) for help.
436+ [ contact MaxMind support] ( https://support .maxmind.com/knowledge-base ) for help.
437437
438438## Other Support
439439
440440Please report all issues with this code using the
441441[ GitHub issue tracker] ( https://github.com/maxmind/GeoIP2-php/issues ) .
442442
443443If you are having an issue with a MaxMind service that is not specific to the
444- client API, please see [ our support page] ( https://www .maxmind.com/en/support ) .
444+ client API, please see [ our support page] ( https://support .maxmind.com/knowledge-base ) .
445445
446446## Requirements
447447
0 commit comments