Suggested by @mathiasbynens in #12: --- Other possible replacements (you'd probably want to do these globally, in all files): - `https://github.com/<org>/<repo>/tree/<old>` ([example](https://github.com/mheap/github-default-branch/tree/main/src)) - `https://github.com/<org>/<repo>/blob/<old>` ([example](https://github.com/mheap/github-default-branch/blob/main/src/get-repos.js)) - `https://raw.githubusercontent.com/<org>/<repo>/<old>` ([example](https://raw.githubusercontent.com/mheap/github-default-branch/main/src/get-repos.js))