diff options
| author | 2021-10-06 00:41:23 +0400 | |
|---|---|---|
| committer | 2021-10-06 00:41:23 +0400 | |
| commit | 26be9bebfdb151a7e6d3e855c8d2a509ae1d4d38 (patch) | |
| tree | 544b5a28411e31482531fa1179a060b32b34f05d /pydis_site/templates | |
| parent | Merge pull request #595 from python-discord/add-more-supported-symbols-to-otn (diff) | |
Switches HTTP Links To HTTPS
Switches the protocol for external sites where possible. Some sites
don't have secure versions, and were skipped.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/base/navbar.html | 2 | ||||
| -rw-r--r-- | pydis_site/templates/events/pages/code-jams/8/frameworks.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/pydis_site/templates/events/pages/code-jams/8/frameworks.html b/pydis_site/templates/events/pages/code-jams/8/frameworks.html index 34ac4f0a..1c02e38a 100644 --- a/pydis_site/templates/events/pages/code-jams/8/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/8/frameworks.html @@ -19,7 +19,7 @@ <div class="columns"> <div class="column"> <ul> - <li><a href="http://urwid.org/" target="_blank">Documentation Link</a></li> + <li><a href="https://urwid.org/" target="_blank">Documentation Link</a></li> <li><strong>Supports:</strong> Linux, Mac, other unix-like OS</li> <li>Somewhat in-depth tutorial</li> <li>Uses widgets in a fairly straight forward design</li> |