diff options
author | 2020-04-21 08:35:18 +0300 | |
---|---|---|
committer | 2020-04-21 08:35:18 +0300 | |
commit | 0ab9761416c2b00ddaed3fe68514dda45ae583b4 (patch) | |
tree | b6aa63142bf507bde4df03a639091faee717d9c0 /pydis_site | |
parent | Created migration fo Python News feature on bot (diff) | |
parent | Merge pull request #350 from python-discord/fix-link (diff) |
Merge branch 'master' into news-bot-setting
Diffstat (limited to 'pydis_site')
-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> |