aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-04-19 21:11:40 +0800
committerGravatar kosayoda <[email protected]>2021-04-19 21:15:38 +0800
commit7a1d1ae82b1a139f46764a46e241d7aed8a7c961 (patch)
tree5050a35e5c7e1ffa7604047fb8ea0dfdb6aded59 /pydis_site
parentImplement miscellaneous review changes. (diff)
Fix unresolving links.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md
index b2324e9e..4ff98095 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md
@@ -76,7 +76,7 @@ The following variables are needed for running Sir Lancebot:
| `CHANNEL_DEVLOG` | ID of the `#dev-log` channel |
| `CHANNEL_COMMUNITY_BOT_COMMANDS` | ID of the `#sir-lancebot-commands` channel |
-[**Full environment variable reference for this project.**](./sir-lancebot-env-var-reference)
+[**Full environment variable reference for this project.**](./env-var-reference)
---
@@ -114,6 +114,6 @@ Now that you have everything setup, it is finally time to make changes to the bo
Notably, version control of our projects is done using Git and Github. It can be intimidating at first, so feel free to ask for any help in the server.
-[**Click here to see the basic Git workflow when contributing to one of our projects.**](./working-with-git/)
+[**Click here to see the basic Git workflow when contributing to one of our projects.**](../working-with-git/)
Have fun!