diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2024-04-28 16:18:32 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-28 16:18:32 +0200 |
| commit | 4eada35d65e4e29bf5807fb9fccadea0efb628e8 (patch) | |
| tree | 79986096524c074ebbedcb3953e6f1764e8344c0 | |
| parent | f62d85266a22286a41941edc8d5197a308c4028a (diff) | |
fix move sdml-catalog to project root
| -rw-r--r-- | sdml-catalog.json (renamed from rdf/sdml-catalog.json) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rdf/sdml-catalog.json b/sdml-catalog.json index 6da5d03..7e1a3b7 100644 --- a/rdf/sdml-catalog.json +++ b/sdml-catalog.json @@ -10,13 +10,13 @@ "waste": { "item": { "relative_url": "waste#", - "relative_path": "./waste.sdm" + "relative_path": "rdf/waste.sdm" } }, "waste_view": { "item": { "relative_url": "waste_view#", - "relative_path": "./waste_view.sdm" + "relative_path": "rdf/waste_view.sdm" } } } |
