aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-06 13:50:52 +1000
committerGravatar GitHub <[email protected]>2020-02-06 13:50:52 +1000
commit9dd70d8035d9f3530344b986db8376e10ab5a957 (patch)
tree38862b2c0777054ca5cfb3efc4987e95698a610e
parentMerge pull request #322 from python-discord/reminder-tests (diff)
parentUpdate resources reference in head navbar. (diff)
Merge pull request #326 from python-discord/resources-update
Update resources reference in head navbar.
-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/" %}">