You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2014/05/28 21:06:13 UTC

svn commit: r910299 - /websites/production/jspwiki/content/apidocs/index.html

Author: juanpablo
Date: Wed May 28 19:06:13 2014
New Revision: 910299

Log:
shortcut to latest javadocs, 

Added:
    websites/production/jspwiki/content/apidocs/index.html

Added: websites/production/jspwiki/content/apidocs/index.html
==============================================================================
--- websites/production/jspwiki/content/apidocs/index.html (added)
+++ websites/production/jspwiki/content/apidocs/index.html Wed May 28 19:06:13 2014
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+    <head>
+        <meta charset="UTF-8">
+        <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/apidocs/2.10.1/index.html">
+        <script type="text/javascript">
+            window.location.href = "http://jspwiki.apache.org/apidocs/2.10.1/index.html"
+        </script>
+        <title>redirecting to latest javadocs</title>
+    </head>
+    <body>
+        If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/apidocs/2.10.1/index.html'>latest javadocs</a>.
+    </body>
+</html>
\ No newline at end of file