diff --git a/website/content/de/01_Navigation/01_mark2web/README.md b/website/content/de/01_Navigation/01_mark2web/README.md index 3fe472f..d191ae6 100644 --- a/website/content/de/01_Navigation/01_mark2web/README.md +++ b/website/content/de/01_Navigation/01_mark2web/README.md @@ -37,10 +37,10 @@ graph TD class M,C,D,A in class W out - click C "../benutzung/konfiguration" "Doku: Benutzung/Konfiguration" - click M "../benutzung/inhalte" "Doku: Benutzung/Inhalte" - click A "../benutzung/inhalte" "Doku: Benutzung/Inhalte" - click D "../benutzung/templates" "Doku: Benutzung/Templates" + click C "../dokumentation/konfiguration" "Doku: Konfiguration" + click M "../dokumentation/inhalte" "Doku: Inhalte" + click A "../dokumentation/inhalte" "Doku: Inhalte" + click D "../dokumentation/templates" "Doku: Templates" ```