diff options
author | 2021-10-06 20:34:25 +0100 | |
---|---|---|
committer | 2021-10-06 20:34:25 +0100 | |
commit | 3e0c866ab87957f44224a2c97735c644da47bf8c (patch) | |
tree | 8ef45354bb952dc17f0c6980ef49e70764cccf2a /pydis_site/templates/base/navbar.html | |
parent | Merge pull request #600 from python-discord/netlify-logo (diff) | |
parent | Merge branch 'main' into fix-http-links (diff) |
Merge pull request #599 from python-discord/fix-http-links
Switches HTTP Links To HTTPS
Diffstat (limited to 'pydis_site/templates/base/navbar.html')
-rw-r--r-- | pydis_site/templates/base/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index d7cb49b2..ed04995c 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -44,7 +44,7 @@ </a> {# Patreon #} - <a class="navbar-item" href="http://patreon.com/python_discord"> + <a class="navbar-item" href="https://patreon.com/python_discord"> <span class="icon is-size-4 is-medium"><i class="fab fa-patreon"></i></span> <span> Patreon</span> </a> |