From 08652832ed09891e6faa3d9292d70b0267af0875 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Mon, 28 Feb 2022 11:47:34 +0100 Subject: [PATCH] fixed website links --- website/content/de/01_Navigation/01_mark2web/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" ```