Skip to content

Commit

Permalink
fix: update broken python and blockly documentation links (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin authored Sep 4, 2024
1 parent 64f2a98 commit f84ff64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ def hint_level91():

PYTHON_HINT = (
"<br /><br />Check our documentation site, to see "
"<a href='https://docs.codeforlife.education/rapid-router/python-commands' target='_blank'>the full list of commands</a>."
"<a href='https://code-for-life.gitbook.io/rapid-router/rapid-router-python-commands' target='_blank'>the full list of commands</a>."
"<br /><br />To learn more about Python in general, check this "
"<a href='https://wiki.python.org/moin/BeginnersGuide' target='_blank'>Beginner's Guide to Python</a>."
)
Expand Down
4 changes: 2 additions & 2 deletions game/templates/game/level_selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div class="panel-intro">
<h4>Blockly levels</h4>
The first set of levels use Blockly to slowly introduce you to Python. You can read more about Blockly
<a href="https://docs.codeforlife.education/rapid-router/blockly-guide" target="_blank">here</a>.
<a href="https://code-for-life.gitbook.io/rapid-router/blockly-guide" target="_blank">here</a>.
</div>
{% for episode in blocklyEpisodes %}
<div class="panel">
Expand Down Expand Up @@ -126,7 +126,7 @@ <h4>Blockly levels</h4>
<div class="panel-intro">
<h4>Python levels</h4>
The next set of levels introduce you to coding directly with Python. You can read more about Python
<a href="https://docs.codeforlife.education/rapid-router/python-guide" target="_blank">here</a>.
<a href="https://code-for-life.gitbook.io/rapid-router/python-guide" target="_blank">here</a>.
</div>
{% for episode in oldPythonEpisodes %}
<div class="panel">
Expand Down

0 comments on commit f84ff64

Please sign in to comment.