From 97c68ef17b4b1d61500e7cbfb2ce560623c96357 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Tue, 4 Aug 2020 22:41:06 +0200 Subject: [PATCH] Fix links in off-line use --- Home.md | 2 +- XML-elements.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 15a366b..7984870 100644 --- a/Home.md +++ b/Home.md @@ -7,4 +7,4 @@ purpose: explaining the file `*.elmt` and then `*.qet` and this for developers. -## [elements XML structure](XML-elements) \ No newline at end of file +## [elements XML structure](XML-elements.md) diff --git a/XML-elements.md b/XML-elements.md index 0a56f2a..1bd7d9c 100644 --- a/XML-elements.md +++ b/XML-elements.md @@ -10,7 +10,7 @@ The main XML element is therefore the “definition” tag. In case we have more Example: `` -[attribute](definition_attribute) +[attribute](definition_attribute.md) ### uuid parent : definition @@ -34,7 +34,7 @@ children : name > `fuse` ### elementInformations -see [definition attribute link type](definition_attribute#link-type) when used +see [definition attribute link type](definition_attribute.md#link-type) when used Example: `` @@ -47,7 +47,7 @@ children : elementInformation > `comments` ### kindInformations -see [definition attribute link type](definition_attribute#link-type) when used +see [definition attribute link type](definition_attribute.md#link-type) when used ### informations Example: `Author: The QElectroTech team @@ -63,4 +63,4 @@ Example: parent : definition -attribute : none \ No newline at end of file +attribute : none