Skip to content

Commit 9b96df7

Browse files
authored
Update README.md
1 parent 5f8ecbc commit 9b96df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ java -jar rdf-toolkit.jar --source C:/source_ontologies/example.rdf --target C:/
112112
You can use `RDF Toolkit` as a built-in serialization tool that is launched each time you add a commit to your local Git repository. This will guarantee that every commit you do will re-write your RDF/OWL files in a consistent way that can be compared and merged with work done by other FIBO collaborators.
113113

114114
#### Setup
115-
Actually, in order to use this `RDF Toolkit` in this capacity, you will also need a [pre-commit file](https://github.com/edmcouncil/rdf-toolkit/raw/master/etc/git-hook/pre-commit).
115+
Actually, in order to use this `RDF Toolkit` in this capacity, you will also need a [pre-commit file](https://raw.githubusercontent.com/edmcouncil/rdf-toolkit/develop/etc/git-hook/pre-commit).
116116

117117
You need to copy these two files:
118-
* [pre-commit](https://github.com/edmcouncil/rdf-toolkit/raw/master/etc/git-hook/pre-commit) (no file extension)
118+
* [pre-commit](https://raw.githubusercontent.com/edmcouncil/rdf-toolkit/develop/etc/git-hook/pre-commit) (no file extension)
119119
* [rdf-toolkit.jar](https://jenkins.edmcouncil.org/view/rdf-toolkit/job/rdf-toolkit-build/lastSuccessfulBuild/artifact/target/rdf-toolkit.jar)
120120

121121
to the .git/hooks/ folder inside your local Git repository. The example below shows the location of this folder in a local Git repository for FIBO:

0 commit comments

Comments
 (0)