Repository: incubator-impala Updated Branches: refs/heads/asf-site 82cc04fb7 -> f4adab86c
revive link to HTML docs for 2.9 The change "Change log for 2.10.0 release" removed HTML documentation for 2.9 without adding HTML documentation for 2.10. Revive the link to the 2.9 HTML documentation until the 2.10 documentation can be prepared. Change-Id: Id3cfedbea79496d7f89a49cb0143741b44eb4f55 Reviewed-on: http://gerrit.cloudera.org:8080/8126 Reviewed-by: Michael Brown <[email protected]> Tested-by: Michael Brown <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/f4adab86 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f4adab86 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f4adab86 Branch: refs/heads/asf-site Commit: f4adab86cba086bc1b365cb3e41c7ac13c28925f Parents: 82cc04f Author: Michael Brown <[email protected]> Authored: Fri Sep 22 10:24:50 2017 -0700 Committer: Michael Brown <[email protected]> Committed: Fri Sep 22 17:37:57 2017 +0000 ---------------------------------------------------------------------- impala-docs.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f4adab86/impala-docs.html ---------------------------------------------------------------------- diff --git a/impala-docs.html b/impala-docs.html index 70dc0ec..795ce91 100644 --- a/impala-docs.html +++ b/impala-docs.html @@ -136,8 +136,10 @@ </div> </div> - <!-- Retain only the latest version's HTML so that Google search - results don't present older versions. --> + <!-- Retain only the latest version's HTML documentation so that Google search + results don't present older versions. Do not remove the old + documentation until the new is ready. All change logs can be + preserved. --> <div class="row"> <div class="span12"><h3>Latest Release</h3> @@ -154,6 +156,7 @@ <p>Impala 2.9 <ul> <li><a href="docs/changelog-2.9.html">Impala 2.9 Change Log</a></li> + <li><a href="docs/build/html/index.html">HTML Documentation for Impala 2.9</a></li> <li><a href="docs/build/impala-2.9.pdf">PDF Documentation for Impala 2.9</a></li> </ul> </p>
