Skip to content

Commit dda00f0

Browse files
oschwaldclaude
andcommitted
Update stale and redirecting links
- http://dev.maxmind.com/ -> https://dev.maxmind.com/ (pom.xml) - http://www.apache.org/licenses/LICENSE-2.0.html -> https://www.apache.org/licenses/LICENSE-2.0.html (pom.xml) - http://www.maxmind.com/ -> https://www.maxmind.com/en/home (pom.xml) - https://www.maxmind.com/en/support -> https://support.maxmind.com/knowledge-base (README.md, UPGRADING.md) Part of STF-557. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f98fc57 commit dda00f0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Please report all issues with this code using the [GitHub issue
285285
tracker](https://github.com/maxmind/MaxMind-DB-Reader-java/issues).
286286

287287
If you are having an issue with a MaxMind database or service that is not
288-
specific to this reader, please [contact MaxMind support](https://www.maxmind.com/en/support).
288+
specific to this reader, please [contact MaxMind support](https://support.maxmind.com/knowledge-base).
289289

290290
## Requirements ##
291291

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ To help identify code that needs updating, you can search your codebase for:
252252
If you encounter issues during the upgrade, please check:
253253

254254
- [GitHub Issues](https://github.com/maxmind/MaxMind-DB-Reader-java/issues)
255-
- [MaxMind Support](https://www.maxmind.com/en/support)
255+
- [MaxMind Support](https://support.maxmind.com/knowledge-base)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<packaging>jar</packaging>
88
<name>MaxMind DB Reader</name>
99
<description>Reader for MaxMind DB</description>
10-
<url>http://dev.maxmind.com/</url>
10+
<url>https://dev.maxmind.com/</url>
1111
<licenses>
1212
<license>
1313
<name>Apache License 2.0</name>
14-
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
14+
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
1515
<distribution>repo</distribution>
1616
</license>
1717
</licenses>
1818
<organization>
1919
<name>MaxMind, Inc.</name>
20-
<url>http://www.maxmind.com/</url>
20+
<url>https://www.maxmind.com/en/home</url>
2121
</organization>
2222
<scm>
2323
<url>https://github.com/maxmind/MaxMind-DB-Reader-java</url>

0 commit comments

Comments
 (0)