summaryrefslogtreecommitdiff
path: root/utils/ontology/README.example
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-09-04 19:30:08 +0100
committerMartyn Russell <martyn@lanedo.com>2014-09-26 23:13:41 +0100
commitbde64216f775a4bc9426b155df0db702d8e17cf8 (patch)
treee89baafbe6b5598e245cac416a7fbe218b79e8e5 /utils/ontology/README.example
parent13f4592cab87e168e62a3e2c8cb2b6a73fba327b (diff)
downloadtracker-bde64216f775a4bc9426b155df0db702d8e17cf8.tar.gz
data: Moved ontologies/ into src/
Diffstat (limited to 'utils/ontology/README.example')
-rw-r--r--utils/ontology/README.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ontology/README.example b/utils/ontology/README.example
index 42edbc52d..48277a2bc 100644
--- a/utils/ontology/README.example
+++ b/utils/ontology/README.example
@@ -9,7 +9,7 @@
E.g.
- ./ttl2html -f ../../data/ontologies/39-mto.ontology -u http://www.tracker-project.org/temp/mto#
+ ./ttl2html -f ../../src/ontologies/39-mto.ontology -u http://www.tracker-project.org/temp/mto#
== ontology-validator ==
@@ -20,7 +20,7 @@
It receives as parameter the ontology files directory. Usually:
- ./ontology-validator -o ../../data/ontologies
+ ./ontology-validator -o ../../src/ontologies
== Deprecated ==