File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en-US ">
3
+ < meta charset ="utf-8 ">
4
+ < title > Redirecting…</ title >
5
+ < link rel ="canonical " href ="{{ page.redirect.to }} ">
6
+ < meta http-equiv ="refresh " content ="0; url={{ page.redirect.to }} ">
7
+ < meta name ="robots " content ="noindex ">
8
+ < h1 > Redirecting…</ h1 >
9
+ < p >
10
+ Several redirections on json-schema.org are special cases:
11
+ </ p >
12
+ < ul >
13
+ < li > The unversioned meta-schema URIs should no longer be used.</ li >
14
+ < li > The vocabularies are represented by their specification text.</ li >
15
+ < li > The "latest" specification URIs are for convenice of browser
16
+ bookmarking only.</ li >
17
+ </ ul >
18
+ < a href ="{{ page.redirect.to }} "> Click here if you are not redirected.</ a >
19
+ < script > location = "{{ page.redirect.to }}" </ script >
20
+ </ html >
You can’t perform that action at this time.
0 commit comments