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