Skip to content

Commit 8cfa7d9

Browse files
author
Jobst Beckmann
committed
fixed redirect url
1 parent c593ed4 commit 8cfa7d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2 id="acknowledgements">Acknowledgements</h2>
182182
</p>
183183

184184
<footer>
185-
Hosted on GitHub Pages • Last updated: 2025-11-07 (debug)
185+
Hosted on GitHub Pages • Last updated: 2025-11-07
186186
</footer>
187187
</main>
188188
</body>

docs/ontology/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<!-- Redirect immediately to the RDF/XML serialization -->
6-
<meta http-equiv="refresh" content="0; url=../ontology.rdf" />
6+
<meta http-equiv="refresh" content="0; url=ontology.rdf" />
77
<link rel="alternate" type="text/turtle" href="ontology.ttl" />
88
<link rel="alternate" type="application/rdf+xml" href="ontology.rdf" />
99
<link rel="alternate" type="application/ld+json" href="ontology.jsonld" />

0 commit comments

Comments
 (0)