Skip to content

Commit 06c9bda

Browse files
authored
Merge pull request #144 from vincentvialard/fix-broken-local-links-in-specification
added ../ to local paths to fix broken links
2 parents f482279 + 4406f15 commit 06c9bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linkml_model/model/docs/specification/02instances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This specification provides a grammar for a **functional syntax** for expressing
66

77
This syntax is not intended for data exchange, but instead for unambiguous describing data in LinkML in a way that is independent of any particular syntax.
88

9-
[Section 6](06mapping) specifies how the instance model is serialized as JSON, YAML, and RDF, and guidelines for mapping to object-oriented programming representations.
9+
[Section 6](../06mapping) specifies how the instance model is serialized as JSON, YAML, and RDF, and guidelines for mapping to object-oriented programming representations.
1010

1111
This section uses BNF to define the structure of the LinkML instance abstract model.
1212
We also include UML-style diagrams for informative purposes.
@@ -33,7 +33,7 @@ classDiagram
3333

3434
### Definition Types and Names
3535

36-
Definition names are used to unambiguously indicate *elements* specified in a **Schema** (described in [Part 3](03schemas)):
36+
Definition names are used to unambiguously indicate *elements* specified in a **Schema** (described in [Part 3](../03schemas)):
3737

3838
> **ClassDefinitionName** := **ElementName**
3939
@@ -223,7 +223,7 @@ Examples of collections:
223223
* `[Person(name=..., ...), Integer^5, None]` -- a heterogeneous collection
224224
* `[]` -- an empty collection
225225

226-
Note that collections can be serialized in different ways depending on the target syntax, for examples, lists vs dictionaries. See section [6](06mapping) for details of serializations.
226+
Note that collections can be serialized in different ways depending on the target syntax, for examples, lists vs dictionaries. See section [6](../06mapping) for details of serializations.
227227

228228
### None (Null) instances
229229

0 commit comments

Comments
 (0)