From f84ff6443fb21747fc6b4a1fcdcba10ef73b0f6b Mon Sep 17 00:00:00 2001 From: evemartin Date: Wed, 4 Sep 2024 15:10:29 +0100 Subject: [PATCH] fix: update broken python and blockly documentation links (#1721) --- game/messages.py | 2 +- game/templates/game/level_selection.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/messages.py b/game/messages.py index 02a72dbd5..98286da40 100644 --- a/game/messages.py +++ b/game/messages.py @@ -1951,7 +1951,7 @@ def hint_level91(): PYTHON_HINT = ( "

Check our documentation site, to see " - "the full list of commands." + "the full list of commands." "

To learn more about Python in general, check this " "Beginner's Guide to Python." ) diff --git a/game/templates/game/level_selection.html b/game/templates/game/level_selection.html index 93379ebad..d12fe039b 100644 --- a/game/templates/game/level_selection.html +++ b/game/templates/game/level_selection.html @@ -73,7 +73,7 @@

Blockly levels

The first set of levels use Blockly to slowly introduce you to Python. You can read more about Blockly - here. + here.
{% for episode in blocklyEpisodes %}
@@ -126,7 +126,7 @@

Blockly levels

Python levels

The next set of levels introduce you to coding directly with Python. You can read more about Python - here. + here.
{% for episode in oldPythonEpisodes %}