diff options
author | 2023-07-11 16:44:20 +0200 | |
---|---|---|
committer | 2023-07-11 15:44:20 +0100 | |
commit | 3c0e58bb70fbfff4c4316c3d7eaa47cd442aa0aa (patch) | |
tree | 0ab75c1a0841311d38c4f7a4a0a834e62c0c6327 /README.md | |
parent | Merge pull request #1019 from python-discord/dependabot/pip/sentry-sdk-1.28.0 (diff) |
Drop redirect usage from URL references (#1016)
Just one separate, and present beforehand, broken link remains:
$ httrack -E --robots=0 --spider http://127.0.0.1:8000 -v | grep 404
20:18:51 Error: "Not Found" (404) at link 127.0.0.1:8000/events/game-jam-2020/technical-requirements/ (from 127.0.0.1:8000/events/game-jams/2020/judging/)
Closes #681.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ If you're looking to contribute or play around with the code, take a look at [th [7]: https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=main [8]: https://coveralls.io/github/python-discord/site?branch=main [9]: https://pythondiscord.com -[10]: https://pythondiscord.com/pages/contributing/site/ +[10]: https://pythondiscord.com/pages/guides/pydis-guides/contributing/site/ [11]: https://github.com/python-discord/site/issues [12]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg [13]: https://discord.gg/python |