diff options
| author | 2022-03-25 10:23:07 +0100 | |
|---|---|---|
| committer | 2022-03-25 10:23:28 +0100 | |
| commit | 622263827ba2c44739dccb035943c48489f3166e (patch) | |
| tree | b778538e0616f9f647854532e6e526bcd250dba2 | |
| parent | Merge #663 - bumped threads endpoint (diff) | |
Fix link to code jam image
Closes #704.
| -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"> |