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