Skip to content

Commit 524ed31

Browse files
committed
Fix other link issues
1 parent 55db4f0 commit 524ed31

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

datatypes/XXX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An additional description to communicate the purpose of the datatype.
1212

1313
## Components
1414
The list of fields the datatype is composed of.
15-
Similar to attributes for [entities](https://github.com/EuroCRIS/CERIF-ModuleTemplate/blob/main/DESCRIBING_ENTITIES.md#sections).
15+
Similar to attributes for [entities](https://github.com/EuroCRIS/CERIF-Core/blob/main/DESCRIBING_ENTITIES.md#sections).
1616

1717
## Restrictions
1818
1. ...

datatypes/YYY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The scope of the datatype and its meaning.<sup>[1](#fn1)</sup>
1111
An additional description to communicate the purpose of the datatype.
1212

1313
## Based on
14-
[XXX](https://github.com/EuroCRIS/CERIF-ModuleTemplate/blob/main/datatypes/String.md)
14+
[String](https://github.com/EuroCRIS/CERIF-Core/blob/main/datatypes/String.md)
1515

1616
## Restrictions
1717
1. ...

entities/XXX.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ An additional description to communicate the purpose of the entity.
1414

1515
## Attributes
1616
field Name 1 : [Date](https://github.com/EuroCRIS/CERIF-Core/blob/main/datatypes/Date.md)
17+
1718
field Name 2 : [String](https://github.com/EuroCRIS/CERIF-Core/blob/main/datatypes/String.md)
19+
1820
type : [XXX type](../datatypes/YYY.md)
1921

2022
## Relationships

0 commit comments

Comments
 (0)