We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580bfa9 commit 126072aCopy full SHA for 126072a
1 file changed
index.md
@@ -0,0 +1,14 @@
1
+---
2
+layout: null
3
+permalink: /CommonCoreOntologies/:path/
4
5
+
6
+{% assign target = site.data.purls[page.path | split: '/' | last] %}
7
8
+{% if target %}
9
+<meta http-equiv="refresh" content="0; url={{ target }}" />
10
+<p>Redirecting to <a href="{{ target }}">{{ target }}</a>...</p>
11
+{% else %}
12
+<h1>404 - Not Found</h1>
13
+<p>The requested class or term does not exist.</p>
14
+{% endif %}
0 commit comments