From 51896722e77c80703a0b0a8cc1be93e94468c0b8 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Tue, 4 Aug 2020 23:01:39 +0200 Subject: [PATCH] Revert "Fix links in off-line use" This reverts commit 97c68ef17b4b1d61500e7cbfb2ce560623c96357. --- Home.md | 2 +- XML-elements.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 7984870..15a366b 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.md) +## [elements XML structure](XML-elements) \ No newline at end of file diff --git a/XML-elements.md b/XML-elements.md index 1bd7d9c..0a56f2a 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.md) +[attribute](definition_attribute) ### uuid parent : definition @@ -34,7 +34,7 @@ children : name > `fuse` ### elementInformations -see [definition attribute link type](definition_attribute.md#link-type) when used +see [definition attribute link type](definition_attribute#link-type) when used Example: `` @@ -47,7 +47,7 @@ children : elementInformation > `comments` ### kindInformations -see [definition attribute link type](definition_attribute.md#link-type) when used +see [definition attribute link type](definition_attribute#link-type) when used ### informations Example: `Author: The QElectroTech team @@ -63,4 +63,4 @@ Example: parent : definition -attribute : none +attribute : none \ No newline at end of file