Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 7, 2024
1 parent a708e28 commit 20f35f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions portal/templates/portal/home_learning.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h5>Beginner</h5>
algorithms, and learn how to create and debug simple programs. Designed for children aged 5–7,
but start here if you’ve never played Rapid Router.
</div>
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/beginner/" target="_blank">
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/rapid-router-resources/beginner" target="_blank">
<button class="button--primary button--icon">
Go to lessons<span class="iconify" data-icon="mdi:open-in-new"></span>
</button>
Expand Down Expand Up @@ -121,7 +121,7 @@ <h5>Intermediate</h5>
programming constructs. Designed for children aged 8–11, but anyone can progress here if
ready.
</div>
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/intermediate/" target="_blank">
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/rapid-router-resources/intermediate" target="_blank">
<button class="button--primary button--icon">
Go to lessons<span class="iconify" data-icon="mdi:open-in-new"></span>
</button>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h5>Advanced</h5>
<div>Let’s get advanced! Learn about repeat loops and selection, variables, and how to create
efficient code. Designed for children aged 12–14, but open to all.
</div>
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/advanced/" target="_blank">
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/rapid-router-resources/advanced" target="_blank">
<button class="button--primary button--icon">
Go to lessons<span class="iconify" data-icon="mdi:open-in-new"></span>
</button>
Expand Down

0 comments on commit 20f35f3

Please sign in to comment.