Skip to content

Commit bd1580b

Browse files
committed
Fix link
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 3895fbb commit bd1580b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To create a new profile repository for the ontology with short name `Foo`, we su
2020
1. Addressing the "TODOs" in [`dependencies/Makefile`](dependencies/Makefile)
2121
1. Updating the TSV files under [`etc/`](etc/). This is to support local-file editing with some ontology tooling (developed for [UCO Issue 449](https://github.com/ucoProject/UCO/issues/449)). [These lines](https://github.com/ucoProject/UCO/blob/1.2.0/src/create-catalog-v001.xml.py#L68-L77) describe the file formats.
2222
1. Renaming the [ontology file under `/ontology`](ontology/uco-example.ttl), and updating its contents.
23-
1. Renaming the [shapes file under `/shapes`](shapes/sh-example.ttl), and updating its contents.
23+
1. Renaming the [shapes file under `/shapes`](shapes/sh-uco-example.ttl), and updating its contents.
2424
1. Updating the [exemplars file under `/tests`](tests/exemplars.ttl) to use all classes mapped in the profile ontology.
2525
1. After all of the above edits are completed, running `make check` from the top source directory should confirm Turtle files are normalized and unit tests pass.
2626
1. Push the updated profile to a new repository.

0 commit comments

Comments
 (0)