diff options
author | 2020-02-08 10:50:42 -0800 | |
---|---|---|
committer | 2020-02-08 10:50:42 -0800 | |
commit | f0926f248f539bd51099a1824c92256cbf4ad527 (patch) | |
tree | 01b2c0560aaa13499636055f1df79455dbc38928 /pydis_site/templates/base | |
parent | Fix #299: use GitHub link to issues in README.md (diff) | |
parent | Merge pull request #326 from python-discord/resources-update (diff) |
Merge branch 'master' into fix-infraction-validator
Diffstat (limited to 'pydis_site/templates/base')
-rw-r--r-- | pydis_site/templates/base/navbar.html | 4 |
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/" %}"> |