Skip to content

Commit 126072a

Browse files
author
Mark Jensen
authored
Create index.md
1 parent 580bfa9 commit 126072a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)