Skip to content

Commit 918e4d1

Browse files
committed
Make a few minor corrections to resources.
- Changes Google Collab to Colab - Updates the URL for the vcokltfre tutorial - Adds a category icon for Game Development.
1 parent 8726a61 commit 918e4d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pydis_site/apps/resources/resources/google_collab.yaml renamed to pydis_site/apps/resources/resources/google_colab.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
description: Google Collab is a high-powered custom version of Jupyter Notebook which supports e.g.
1+
description: Google Colab is a high-powered custom version of Jupyter Notebook which supports e.g.
22
!apt-get to install arbitrary Debian packages to the runtime, which is very generous with CPU and memory,
33
and well-integrated with Google Drive.
4-
You can share your Collab Notebooks with other people and work collaboratively.
5-
name: Google Collab
4+
You can share your Colab Notebooks with other people and work collaboratively.
5+
name: Google Colab
66
title_url: https://colab.research.google.com/notebooks/intro.ipynb
77
tags:
88
topics:

pydis_site/apps/resources/resources/vcokltfre_discord_bot_tutorial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: This tutorial, written by Python Discord staff member vcokltfre,
22
will walk you through all the aspects of creating your own Discord bot,
33
starting from from creating the bot user itself.
44
name: vcokltfre's Discord Bot Tutorial
5-
title_url: https://vcokltfre.dev/
5+
title_url: https://tutorial.vcokltfre.dev/
66
tags:
77
topics:
88
- discord bots

pydis_site/apps/resources/templatetags/get_category_icon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Databases": "fa-server",
1313
"Discord Bots": "fa-robot",
1414
"Free": "fa-first-aid",
15-
"Game Development": "fa-joystick",
15+
"Game Development": "fa-gamepad",
1616
"General": "fa-book",
1717
"Interactive": "fa-mouse-pointer",
1818
"Intermediate": "fa-align-center",

0 commit comments

Comments
 (0)