Repository: tajo Updated Branches: refs/heads/master 876adcfbe -> 3c273b52d
Change documentaiton url of devel and current versions. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/3c273b52 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/3c273b52 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/3c273b52 Branch: refs/heads/master Commit: 3c273b52dece0ed482775ec5b948a05da3116c77 Parents: 876adcf Author: Hyunsik Choi <[email protected]> Authored: Thu Dec 11 23:47:10 2014 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Thu Dec 11 23:47:10 2014 +0900 ---------------------------------------------------------------------- tajo-project/src/site/site.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/3c273b52/tajo-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/tajo-project/src/site/site.xml b/tajo-project/src/site/site.xml index d63f55b..2441d2e 100644 --- a/tajo-project/src/site/site.xml +++ b/tajo-project/src/site/site.xml @@ -104,8 +104,8 @@ </menu> <menu name="Documentation"> - <item name="Current (Dev)" href="http://tajo.apache.org/docs/current/index.html" /> - <item name="0.9.0" href="http://tajo.apache.org/docs/0.9.0/index.html" /> + <item name="Devel" href="http://tajo.apache.org/docs/devel/index.html" /> + <item name="Current (0.9.0)" href="http://tajo.apache.org/docs/current/index.html" /> <item name="0.8.0" href="http://tajo.apache.org/docs/0.8.0/index.html" /> <item name="0.2.0-incubating release" href="http://tajo.apache.org/tajo-0.2.0-doc.html" /> </menu>
