diff options
author | 2022-02-19 18:12:11 +0000 | |
---|---|---|
committer | 2022-02-19 18:12:11 +0000 | |
commit | 42fcc3b63f69e64997809745fed386059ad9ef15 (patch) | |
tree | 8d0701d206e69dcd6a92c5744ab95951768aa181 | |
parent | Fix typo in bot tutorial resource (#661) (diff) | |
parent | Remove expired coupon code and update course name (diff) |
Merge pull request #664 from python-discord/wookie184-patch-1
Remove expired coupon code and update course name
-rw-r--r-- | pydis_site/apps/resources/resources/automate_the_boring_stuff_course.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pydis_site/apps/resources/resources/automate_the_boring_stuff_course.yaml b/pydis_site/apps/resources/resources/automate_the_boring_stuff_course.yaml index 133033f7..4632f5bd 100644 --- a/pydis_site/apps/resources/resources/automate_the_boring_stuff_course.yaml +++ b/pydis_site/apps/resources/resources/automate_the_boring_stuff_course.yaml @@ -1,7 +1,6 @@ description: The interactive course version of Al Sweigart's excellent book for beginners, taught by the author himself. - This link has a discounted version of the course which will always cost 10 dollars. Thanks, Al! -name: Automate the Boring Stuff with Python -title_url: https://www.udemy.com/automate/?couponCode=FOR_LIKE_10_BUCKS +name: Automate the Boring Stuff with Python Udemy Course +title_url: https://www.udemy.com/automate/ tags: topics: - general |