diff options
author | 2022-03-27 12:21:54 -0700 | |
---|---|---|
committer | 2022-03-27 12:21:54 -0700 | |
commit | 58c98fd6f20fbf4bc8be06619221711f676ba8b4 (patch) | |
tree | b778538e0616f9f647854532e6e526bcd250dba2 | |
parent | Merge #663 - bumped threads endpoint (diff) | |
parent | Fix link to code jam image (diff) |
Merge pull request #705 from python-discord/fix-image-link
-rw-r--r-- | pydis_site/templates/events/sidebar/code-jams/7.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/sidebar/code-jams/7.html b/pydis_site/templates/events/sidebar/code-jams/7.html index d4615c2a..4aefdbd9 100644 --- a/pydis_site/templates/events/sidebar/code-jams/7.html +++ b/pydis_site/templates/events/sidebar/code-jams/7.html @@ -1,7 +1,7 @@ {% load static %} <div class="box"> - <img src="https://raw.githubusercontent.com/python-discord/branding/master/events/summer_code_jam_2020/summer%20cj%202020%20discord%20banner.png" alt="Summer Code Jam 2020"> + <img src="https://raw.githubusercontent.com/python-discord/branding/master/jams/summer_code_jam_2020/summer%20cj%202020%20discord%20banner.png" alt="Summer Code Jam 2020"> <p class="menu-label">Sponsors</p> <a href="https://www.djangoproject.com/" target="_blank"> <img src="https://static.djangoproject.com/img/logos/django-logo-positive.png" alt="Django"> |