diff options
author | 2020-10-07 16:08:57 +0300 | |
---|---|---|
committer | 2020-10-07 16:08:57 +0300 | |
commit | 337b5479596f4cd1ee09fb4a0625d7948bc7ccae (patch) | |
tree | 80807672d325ca84db2f96908c16d7d8dc9b9124 | |
parent | Simplify resources index view (diff) |
Update guides URL to match with latest changes in #393
-rw-r--r-- | pydis_site/templates/resources/resources.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index 0f9abb42..70e0b5a8 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -25,7 +25,7 @@ <h1>Resources</h1> <div class="tile is-ancestor"> - <a class="tile is-parent" href="/guides"> + <a class="tile is-parent" href="/articles/category/guides"> <article class="tile is-child box hero is-primary is-bold"> <p class="title is-size-1"><i class="fad fa-info-circle" aria-hidden="true"></i> Guides</p> <p class="subtitle is-size-4">Made by us, for you</p> |