aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2023-09-18 11:54:15 +0200
committerGravatar GitHub <[email protected]>2023-09-18 10:54:15 +0100
commitfd3c75be589f9d622a222ebbd017da503df6ffe2 (patch)
tree4f89971c8836715cd345715950097c3fe6c43a37 /pydis_site/apps/content
parentMerge pull request #1106 from python-discord/dependabot/pip/django-filter-23.3 (diff)
Link guide to contributing a page in site guide (#1105)
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
index 13021e65..b1ed54b8 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
@@ -181,6 +181,6 @@ The website is configured through the following environment variables:
# Next steps
Now that you have everything setup, it is finally time to make changes to the site! If you have not yet read the [contributing guidelines](../contributing-guidelines.md), now is a good time. Contributions that do not adhere to the guidelines may be rejected.
-If you're not sure where to go from here, our [detailed walkthrough](../#2-set-up-the-project) is for you.
+If you're not sure where to go from here, our [detailed walkthrough](../#2-set-up-the-project), or the [guide on contributing a page](../../how-to-contribute-a-page) is for you.
Have fun!