Skip to content

Commit f524504

Browse files
committed
Fix link to lesson on strings
When the files lesson was moved from beginners/ to fast-track/, the relative link became invalid.
1 parent 1675b96 commit f524504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lessons/fast-track/files/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Když to zkusíš, zjistíš, že trochu nesedí
114114

115115
{% filter solution %}
116116
Každý řádek končí znakem nového řádku, `'\n'`,
117-
který možná znáš ze [sekce o řetězcích](../str/).
117+
který možná znáš ze [sekce o řetězcích](../../beginners/str/).
118118
Při procházení souboru Python tento znak nechává na konci řetězce `radek` ¹.
119119
Funkce `print` pak přidá další nový řádek, protože ta na konci
120120
výpisu vždycky odřádkovává – pokud nedostane argument `end=''`.

0 commit comments

Comments
 (0)