diff options
author | 2020-04-02 18:08:13 +0200 | |
---|---|---|
committer | 2020-04-02 18:09:28 +0200 | |
commit | 42e861fc2a9d476ade79c7b72d4a883d3c498d90 (patch) | |
tree | bd106e49f729b618d27ef297e2792bd016a93e4b /pydis_site/templates/home/index.html | |
parent | Add Game Jam banner to landing page (diff) |
Fix broken link to Game Jam banner
The asset was recently moved to a new directory.
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 bd713e55..c30cbee6 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -40,7 +40,7 @@ {# Right column container #} <div class="column is-half-desktop"> <a href="https://pythondiscord.com/pages/events/game-jam-2020/"> - <img src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_discord_banner/game%20jam%202020/game%20jam%202020%20-%20website%20banner.png"> + <img src="https://raw.githubusercontent.com/python-discord/branding/master/events/game%20jam%202020/game%20jam%202020%20-%20website%20banner.png"> </a> </div> </div> |