Skip to content

Commit 75939a2

Browse files
oschwaldclaude
andcommitted
Update stale and redirecting links
Validated all links with lychee and updated those that redirected elsewhere to their canonical destinations: - help.launchpad.net/Packaging/PPA -> documentation.ubuntu.com /launchpad/user/Packaging/PPA/ - github.com/Homebrew/homebrew-core/edit/master/Formula/libmaxminddb.rb -> .../blob/main/Formula/lib/libmaxminddb.rb (formula relocated under Formula/lib/ and default branch is now main; "Edit the file" step still applies from the blob page) - ports.macports.org/port/libmaxminddb -> .../libmaxminddb/ (trailing slash) Part of STF-557. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c7d8ca0 commit 75939a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You may want to refer to the section about prerequisites.
2020
In order to upload a PPA, you have to create a launchpad.net account and
2121
register a GPG key with that account. You also need to be added to the MaxMind
2222
team. Ask in the dev channel for someone to add you. See
23-
https://help.launchpad.net/Packaging/PPA for more details.
23+
https://documentation.ubuntu.com/launchpad/user/Packaging/PPA/ for more details.
2424

2525
The PPA release script is at `dev-bin/ppa-release.sh`. Running it should guide
2626
you though the release, although it may require some changes to run on
@@ -40,7 +40,7 @@ non-trivial update to the formula or in the case where we want the Homebrew
4040
version updated promptly for some reason.
4141

4242
- Go to
43-
https://github.com/Homebrew/homebrew-core/edit/master/Formula/libmaxminddb.rb
43+
https://github.com/Homebrew/homebrew-core/blob/main/Formula/lib/libmaxminddb.rb
4444
- Edit the file to update the url and sha256. You can get the sha256 for the
4545
tarball with the `sha256sum` command line utility.
4646
- Make a commit with the summary `libmaxminddb <VERSION>`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You can install libmaxminddb on macOS using [Homebrew](https://brew.sh):
128128
brew install libmaxminddb
129129
```
130130

131-
Or with [MacPorts](https://ports.macports.org/port/libmaxminddb):
131+
Or with [MacPorts](https://ports.macports.org/port/libmaxminddb/):
132132

133133
```bash
134134
sudo port install libmaxminddb

0 commit comments

Comments
 (0)