diff options
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 393e7c19..036a785c 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -110,7 +110,7 @@ </p> <div class="buttons are-large is-centered"> - <a href="{% url 'home:timeline' %}" class="button is-primary"> + <a href="{% url 'timeline:index' %}" class="button is-primary"> <span>Check it out!</span> <span class="icon"> <i class="fas fa-arrow-right"></i> |