adding /latest/index.html redirect for incubator-hawq-site PR https://github.com/apache/incubator-hawq-site/pull/10#issuecomment-281249380
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/67ca8cc9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/67ca8cc9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/67ca8cc9 Branch: refs/heads/release/2.1.0.0-incubating Commit: 67ca8cc93b2b01728af87acfcd6ff6d61b7c9beb Parents: 31fa585 Author: David Yozie <[email protected]> Authored: Wed Feb 22 14:08:46 2017 -0800 Committer: David Yozie <[email protected]> Committed: Wed Feb 22 14:08:46 2017 -0800 ---------------------------------------------------------------------- .../source/docs/userguide/latest/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/67ca8cc9/book/master_middleman/source/docs/userguide/latest/index.html ---------------------------------------------------------------------- diff --git a/book/master_middleman/source/docs/userguide/latest/index.html b/book/master_middleman/source/docs/userguide/latest/index.html new file mode 100644 index 0000000..f9ff594 --- /dev/null +++ b/book/master_middleman/source/docs/userguide/latest/index.html @@ -0,0 +1,11 @@ +<html> + +<head> + + <script type="text/javascript"> + window.location = "/docs/userguide/2.1.0.0-incubating/overview/HAWQOverview.html"; + </script> + + <body></body> + +</html> \ No newline at end of file
