From 3bd003cdcd744bac9170a3dd28690a0165b1e42c Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 29 Nov 2022 15:32:15 +0100 Subject: [PATCH] fix(ib002,ib111): typo in path to the sources Signed-off-by: Matej Focko --- ib002/04-recursion/karel_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ib002/04-recursion/karel_1.md b/ib002/04-recursion/karel_1.md index 1b2dcbc..410e46b 100644 --- a/ib002/04-recursion/karel_1.md +++ b/ib002/04-recursion/karel_1.md @@ -9,7 +9,7 @@ tags: - backtracking --- -- [Sources](pathname://files/ib002/karel_1) +- [Sources](pathname:///files/ib002/karel_1) ## Introduction