diff options
author | 2023-07-15 15:03:34 +0200 | |
---|---|---|
committer | 2023-07-15 14:03:34 +0100 | |
commit | a10b199e250e5d468591a570d6ee052f2ba16a3d (patch) | |
tree | a5202176484215fc1c1a6c4cb55fb47c6b5d1102 /pydis_site/apps | |
parent | Merge pull request #1028 from python-discord/dependabot/pip/pymdown-extension... (diff) |
Fix broken link to sololearn's Python course (#1031)
Fixes #1021.
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/sololearn.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/resources/sololearn.yaml b/pydis_site/apps/resources/resources/sololearn.yaml index 998f5368..1c90a597 100644 --- a/pydis_site/apps/resources/resources/sololearn.yaml +++ b/pydis_site/apps/resources/resources/sololearn.yaml @@ -3,7 +3,7 @@ description: SoloLearn's Python 3 course serves as a simple and convenient intro you can pick it up and put it down between your busier aspects of life thanks to both PC and mobile apps being available to use. name: SoloLearn -title_url: https://www.sololearn.com/Course/Python/ +title_url: https://www.sololearn.com/learn/courses/python-introduction tags: topics: - general |