diff options
author | 2023-07-11 16:44:20 +0200 | |
---|---|---|
committer | 2023-07-11 15:44:20 +0100 | |
commit | 3c0e58bb70fbfff4c4316c3d7eaa47cd442aa0aa (patch) | |
tree | 0ab75c1a0841311d38c4f7a4a0a834e62c0c6327 /pydis_site/apps/content/resources/server-info | |
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 'pydis_site/apps/content/resources/server-info')
-rw-r--r-- | pydis_site/apps/content/resources/server-info/roles.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/server-info/roles.md b/pydis_site/apps/content/resources/server-info/roles.md index dc4240d6..4dadf6b8 100644 --- a/pydis_site/apps/content/resources/server-info/roles.md +++ b/pydis_site/apps/content/resources/server-info/roles.md @@ -33,7 +33,7 @@ It’s difficult to precisely quantify contributions, but we’ve come up with t - The member has made several significant contributions to our projects. - The member has a positive influence in our contributors subcommunity. -The role will be assigned at the discretion of the Admin Team in consultation with the Core Developers Team. Check out our [walkthrough](/pages/contributing/) to get started contributing. +The role will be assigned at the discretion of the Admin Team in consultation with the Core Developers Team. Check out our [walkthrough](/pages/guides/pydis-guides/contributing/) to get started contributing. --- |