From 9b96df7d3033ec33e6a417212ed08be3fc0a33a7 Mon Sep 17 00:00:00 2001 From: Pawel Garbacz Date: Mon, 25 Sep 2023 17:21:41 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f3ca59..b961d09 100644 --- a/README.md +++ b/README.md @@ -112,10 +112,10 @@ java -jar rdf-toolkit.jar --source C:/source_ontologies/example.rdf --target C:/ 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. #### Setup -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). +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). You need to copy these two files: -* [pre-commit](https://github.com/edmcouncil/rdf-toolkit/raw/master/etc/git-hook/pre-commit) (no file extension) +* [pre-commit](https://raw.githubusercontent.com/edmcouncil/rdf-toolkit/develop/etc/git-hook/pre-commit) (no file extension) * [rdf-toolkit.jar](https://jenkins.edmcouncil.org/view/rdf-toolkit/job/rdf-toolkit-build/lastSuccessfulBuild/artifact/target/rdf-toolkit.jar) 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: