diff --git a/doc/1_KC3/1.23_Tuple.en.md b/doc/1_KC3/1.23_Tuple.en.md
index 5a12651..d2548e9 100644
--- a/doc/1_KC3/1.23_Tuple.en.md
+++ b/doc/1_KC3/1.23_Tuple.en.md
@@ -56,4 +56,4 @@ Top : [KC3 documentation](/doc/)
Previous : [1.22 Sym](1.22_Sym)
-Next : [1.24 Var](1.24_)
+Next : [1.24 Variable](1.24_Variable)
diff --git a/doc/1_KC3/1.24_Variable.en.md b/doc/1_KC3/1.24_Variable.en.md
index 1ebfc77..8d474ec 100644
--- a/doc/1_KC3/1.24_Variable.en.md
+++ b/doc/1_KC3/1.24_Variable.en.md
@@ -38,7 +38,6 @@ x <- 0
# Allocate again for the same binding name "x"
x = (U8) ?
# Also set the new variable "x" to zero with just one Unicode symbol
-# that is AltGr+Y on my keyboard.
x ← 0
```
@@ -48,4 +47,4 @@ Top : [KC3 documentation](/doc/)
Previous : [1.23 Tuple](1.23_Tuple)
-Next : [2 HTTPd](2_HTTPd)
+Next : [2 HTTPd](../2_HTTPd)