diff options
| author | 2023-07-15 15:03:49 +0200 | |
|---|---|---|
| committer | 2023-07-15 14:03:49 +0100 | |
| commit | b10f71fc43b3ff33ae84611bfa23b6830ed0d6d2 (patch) | |
| tree | 6b55e016fab1e17565629b940cab843477d8bde4 /pydis_site/apps | |
| parent | Fix broken link to sololearn's Python course (#1031) (diff) | |
Fix broken image links for kivy (#1032)
Closes #1020.
Diffstat (limited to 'pydis_site/apps')
| -rw-r--r-- | pydis_site/apps/resources/resources/getting_started_with_kivy.yaml | 2 | ||||
| -rw-r--r-- | pydis_site/apps/resources/resources/kivy.yaml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/pydis_site/apps/resources/resources/getting_started_with_kivy.yaml b/pydis_site/apps/resources/resources/getting_started_with_kivy.yaml index 06eb2c14..0a020d6b 100644 --- a/pydis_site/apps/resources/resources/getting_started_with_kivy.yaml +++ b/pydis_site/apps/resources/resources/getting_started_with_kivy.yaml @@ -1,7 +1,7 @@  description: A big list of excellent resources for getting started making Kivy applications.  name: Getting Started with Kivy  title_url: https://blog.kivy.org/2019/12/getting-started-with-kivy/ -icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/logos/kivy-logo-black-256.png +icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/content/logos/kivy-logo-black-256.png  tags:    topics:      - user interface diff --git a/pydis_site/apps/resources/resources/kivy.yaml b/pydis_site/apps/resources/resources/kivy.yaml index b1f57483..e9c14129 100644 --- a/pydis_site/apps/resources/resources/kivy.yaml +++ b/pydis_site/apps/resources/resources/kivy.yaml @@ -2,7 +2,7 @@ name: Kivy  description: The Kivy project, through the Kivy framework and its sister projects,    aims to provide all the tools to create desktop and mobile applications in Python.    Allowing rapid development of multitouch applications with custom and exciting user interfaces. -icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/logos/kivy-logo-black-256.png +icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/content/logos/kivy-logo-black-256.png  icon_size: 50  title_image: https://i.imgur.com/EVP3jZR.png  title_url: https://discord.gg/djPtTRJ | 
