diff options
author | 2022-01-30 14:02:38 +0100 | |
---|---|---|
committer | 2022-01-30 14:02:38 +0100 | |
commit | d1d5f2e8da74fc463bd5132ef920f7f77060759e (patch) | |
tree | 9da8b76b2dc73e6c78222da7e159146f0c188830 | |
parent | Fix resource redirects for deploy previews. (diff) |
Get rid of the title_url for university of toronto
-rw-r--r-- | pydis_site/apps/resources/resources/university_of_toronto.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/resources/university_of_toronto.yaml b/pydis_site/apps/resources/resources/university_of_toronto.yaml index c3b54f84..94df96f2 100644 --- a/pydis_site/apps/resources/resources/university_of_toronto.yaml +++ b/pydis_site/apps/resources/resources/university_of_toronto.yaml @@ -1,7 +1,6 @@ description: A 2-part course that teaches Python. Primarily intended for high school students and first-year university students who want to learn programming. name: 'University of Toronto: Learn to Program' -title_url: https://www.coursera.org/learn/learn-to-program urls: - icon: regular/graduation-cap url: https://www.coursera.org/learn/learn-to-program |