summaryrefslogtreecommitdiff
path: root/spec.redirect.in
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-26 18:52:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-26 18:52:10 -0700
commit76df41816c4e57a6c8ada845a2ead90d4d3b5b97 (patch)
tree127796152c38bd89a0eafc2d92ca4ee231d5ce09 /spec.redirect.in
parentee570cab6af160bd50262f81f0e1f17e988b6e45 (diff)
Have index.html on web page redirect to latest version.
Diffstat (limited to 'spec.redirect.in')
-rw-r--r--spec.redirect.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec.redirect.in b/spec.redirect.in
new file mode 100644
index 0000000..1727497
--- /dev/null
+++ b/spec.redirect.in
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>CommonMark Spec</title>
+ <meta http-equiv="refresh" content="0;URL='http://spec.commonmark.org/VERSION/" >
+ </head>
+ <body>
+ <p>The most recent version of the CommonMark Spec can be found
+at <a href="http://spec.commonmark.org/VERSION/">http://spec.commonmark.org/VERSION/</a>.</p>
+ </body>
+</html>