aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-06 00:42:08 +1000
committerGravatar GitHub <[email protected]>2020-02-06 00:42:08 +1000
commitfcea687aa193cb24657efa1fbf9bd1a87d55c335 (patch)
tree38862b2c0777054ca5cfb3efc4987e95698a610e /pydis_site
parentMerge pull request #322 from python-discord/reminder-tests (diff)
Update resources reference in head navbar.
Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/base/navbar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 2ba5bdd4..376dab5a 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -63,9 +63,9 @@
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="{% url 'wiki:get' path="resources/" %}">
- Learning Resources
+ Resources
</a>
- <a class="navbar-item" href="{% url 'wiki:get' path="tools/" %}">
+ <a class="navbar-item" href="{% url 'wiki:get' path="resources/tools/" %}">
Tools
</a>
<a class="navbar-item" href="{% url 'wiki:get' path="contributing/" %}">