Repository: incubator-hawq-site Updated Branches: refs/heads/asf-site 1b0cdd8e2 -> a8c9d8218
Link doc to the open source version and move the docs link right before "More..." Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/commit/a8c9d821 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/a8c9d821 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/a8c9d821 Branch: refs/heads/asf-site Commit: a8c9d8218365929a5b9462230ce7dbb239cec60c Parents: 1b0cdd8 Author: Paul Guo <[email protected]> Authored: Thu Feb 16 16:22:03 2017 +0800 Committer: Paul Guo <[email protected]> Committed: Thu Feb 23 14:18:29 2017 +0800 ---------------------------------------------------------------------- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/blob/a8c9d821/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 7daa4aa..a3b7575 100644 --- a/index.html +++ b/index.html @@ -46,10 +46,10 @@ <div class="menu"> <a href="#about">About</a> - <a href="http://hdb.docs.pivotal.io/index.html">Docs</a> <a href="#contribute">Contribute</a> <a href="#mailing-lists">Mailing Lists</a> <a href="#download">Download</a> + <a href="docs/userguide/latest/index.html">Docs</a> <a href="#more">More…</a> </div> @@ -232,7 +232,7 @@ </p> <ul> <li>— <a href="https://cwiki.apache.org/confluence/display/HAWQ">HAWQ Wiki</a></li> - <li>— <a href="http://hdb.docs.pivotal.io/index.html">HAWQ Docs</a></li> + <li>— <a href="docs/userguide/latest/index.html">HAWQ Docs</a></li> <li>— <a href="http://hawq.incubator.apache.org/docs/pxf/javadoc/">PXF Java API</a></li> </ul> </div>
