Skip to content

Commit 85bdd2d

Browse files
oschwaldclaude
andcommitted
Update stale and redirecting links
- composer.json author homepage: https://www.maxmind.com/ -> https://www.maxmind.com/en/home - README.md Fedora package page: https://apps.fedoraproject.org/packages/php-maxminddb -> https://packages.fedoraproject.org/pkgs/php-maxminddb/php-maxminddb/ - README.md EPEL repository: https://fedoraproject.org/wiki/EPEL -> https://docs.fedoraproject.org/en-US/epel/ - README.md libmaxminddb tarball anchor: .../README.md#installing-from-a-tarball -> .../README.md#from-a-named-release-tarball - README.md support page: https://www.maxmind.com/en/support -> https://support.maxmind.com/knowledge-base Part of STF-557. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7997b4e commit 85bdd2d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ $reader = new Reader('example.mmdb');
7575

7676
## Installation (RPM)
7777

78-
RPMs are available in the [official Fedora repository](https://apps.fedoraproject.org/packages/php-maxminddb).
78+
RPMs are available in the [official Fedora repository](https://packages.fedoraproject.org/pkgs/php-maxminddb/php-maxminddb/).
7979

8080
To install on Fedora, run:
8181

8282
```bash
8383
dnf install php-maxminddb
8484
```
8585

86-
To install on CentOS or RHEL 7, first [enable the EPEL repository](https://fedoraproject.org/wiki/EPEL)
86+
To install on CentOS or RHEL 7, first [enable the EPEL repository](https://docs.fedoraproject.org/en-US/epel/)
8787
and then run:
8888

8989
```bash
@@ -139,7 +139,7 @@ for prerequisites including libmaxminddb installation instructions.
139139

140140
First install [libmaxminddb](https://github.com/maxmind/libmaxminddb) as
141141
described in its [README.md
142-
file](https://github.com/maxmind/libmaxminddb/blob/main/README.md#installing-from-a-tarball).
142+
file](https://github.com/maxmind/libmaxminddb/blob/main/README.md#from-a-named-release-tarball).
143143
After successfully installing libmaxmindb, you may install the extension
144144
from [PECL](https://pecl.php.net/package/maxminddb):
145145

@@ -189,7 +189,7 @@ breaking change.
189189
Please report all issues with this code using the [GitHub issue tracker](https://github.com/maxmind/MaxMind-DB-Reader-php/issues).
190190

191191
If you are having an issue with a MaxMind service that is not specific to the
192-
client API, please see [our support page](https://www.maxmind.com/en/support).
192+
client API, please see [our support page](https://support.maxmind.com/knowledge-base).
193193

194194
## Requirements ##
195195

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "Gregory J. Oschwald",
1111
"email": "goschwald@maxmind.com",
12-
"homepage": "https://www.maxmind.com/"
12+
"homepage": "https://www.maxmind.com/en/home"
1313
}
1414
],
1515
"require": {

0 commit comments

Comments
 (0)