diff options
author | 2023-07-24 10:31:48 +0200 | |
---|---|---|
committer | 2023-07-24 09:31:48 +0100 | |
commit | 13ad8341a92eb1c60da663bfbe2dc0d21456de14 (patch) | |
tree | 6bd1822fcef2c9af2979a0be1633b73c5f5d3ab7 /pydis_site/templates | |
parent | Merge pull request #1055 from python-discord/dependabot/pip/ruff-0.0.280 (diff) |
Fix link to teachingpython episode (#1048)
Also removes a superfluous space. Closes #1043.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 8b152f61..822e7d0b 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -69,7 +69,7 @@ <h2>We're on the Teaching Python podcast!</h2> <p class="color-contrast-medium">Leon joins Sean and Kelly on the Teaching Python podcast to discuss how the pandemic has changed the way we learn, and what role communities like Python Discord can play in this new world. - You can find the episode <a href="https://teachingpython.fm/63"> at teachingpython.fm</a>. + You can find the episode <a href="https://www.teachingpython.fm/63">at teachingpython.fm</a>. </p> <iframe width="100%" height="166" frameborder="0" scrolling="no" |