Skip to content

Commit 60bd972

Browse files
authored
Fix broken linke in docs (#216)
fixes #215
1 parent bedb3f7 commit 60bd972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ We recommend to use the following *filename conventions* for SSSOM metadatafiles
360360
- TSV files should have the extension `.sssom.tsv`, for example: `mp-hp-exact-0.0.1.sssom.tsv`.
361361
- External yaml metadata files should have the extension `.sssom.yml`, for example `mp-hp-exact-0.0.1.sssom.tsv`
362362

363-
Example ([download](https://raw.githubusercontent.com/matentzn/SSSOM/master/examples/external/mp-hp-exact-0.0.1.sssom.yml)):
363+
Example ([download](https://raw.githubusercontent.com/mapping-commons/sssom/master/examples/external/mp-hp-exact-0.0.1.sssom.yml)):
364364

365365
```
366366
creator_id: "https://orcid.org/0000-0002-7356-1779"
@@ -376,7 +376,7 @@ mapping_provider: "http://purl.obolibrary.org/obo/upheno.owl"
376376

377377
In external mode, the mapping set metadata is supplied by a separate YAML file having the same base-name of the mapping file, with the extension `-meta.yml`. By default, tools will look for the file of that name in the same directory as the the mapping set table.
378378

379-
Example ([download](https://raw.githubusercontent.com/matentzn/SSSOM/master/examples/external/mp-hp-exact-0.0.1.sssom.tsv)):
379+
Example ([download](https://raw.githubusercontent.com/mapping-commons/sssom/master/examples/external/mp-hp-exact-0.0.1.sssom.tsv)):
380380

381381
```
382382
subject_id predicate_id object_id mapping_justification subject_label object_label
@@ -428,7 +428,7 @@ Illegal case 3:
428428
2. conforms to SSSOM mapping set specification (only `curie_map` or a metadata elements that are allowed on `mapping_set` level, i.e. `global`).
429429
- After the table header, no further row should be commented out.
430430

431-
Example ([download](https://raw.githubusercontent.com/matentzn/SSSOM/master/examples/embedded/mp-hp-exact-0.0.1.sssom.tsv)):
431+
Example ([download](https://raw.githubusercontent.com/mapping-commons/sssom/master/examples/embedded/mp-hp-exact-0.0.1.sssom.tsv)):
432432

433433
```
434434
#creator_id: "https://orcid.org/0000-0002-7356-1779"

0 commit comments

Comments
 (0)