From 4b9696d295d21929b3aff8bab937605ef14285db Mon Sep 17 00:00:00 2001 From: PeridexisErrant Date: Fri, 18 Mar 2016 18:16:21 +1100 Subject: [PATCH] Fix html redirection to the docs Now redirects from top level to user-default location, and if you're in the repo there's a new second redirect to the real docs. --- README.html | 6 +++--- docs/index.html | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 docs/index.html diff --git a/README.html b/README.html index 325cd66f6..b8e15a0d1 100644 --- a/README.html +++ b/README.html @@ -4,13 +4,13 @@ - + Page Redirection - Follow this link to the documentation. + Follow this link to the documentation. \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..d716eb842 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,23 @@ + + + + + + + + Page Redirection + + + Follow this link to the documentation. + + \ No newline at end of file