This commit is contained in:
nora 2025-02-13 23:02:39 +01:00
parent 0cae7a385c
commit 6f4e66c4c0
3 changed files with 7 additions and 7 deletions

View file

@ -109,7 +109,7 @@ extern "C" {
wish you good luck for the rest!
</p>
<div class="center">
<a href="/lesson-1.html" class="action-button">
<a href="/womangling/lesson-1.html" class="action-button">
Lesson 1: Basics
</a>
</div>
@ -119,6 +119,6 @@ extern "C" {
<script>
window.LESSON = 0;
</script>
<script type="module" src="./lessons.js"></script>
<script type="module" src="./womangling/lessons.js"></script>
</body>
</html>