Repository: tajo Updated Branches: refs/heads/master f48d4bd04 -> d8db8b776
TAJO-1398: Fix 'Getting Started' link error from 0.9.0 into 0.10.0. (Contributed by Dongjoon Hyun, Committed by jihoon) Closes #419 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/d8db8b77 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/d8db8b77 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/d8db8b77 Branch: refs/heads/master Commit: d8db8b776113ad67a8e52829cebb920793b7fca9 Parents: f48d4bd Author: Jihoon Son <[email protected]> Authored: Fri Mar 13 13:30:59 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Fri Mar 13 13:31:18 2015 +0900 ---------------------------------------------------------------------- CHANGES | 3 +++ tajo-project/src/site/site.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/d8db8b77/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 9bec78c..4eee74f 100644 --- a/CHANGES +++ b/CHANGES @@ -48,6 +48,9 @@ Release 0.11.0 - unreleased TASKS + TAJO-1398: Fix 'Getting Started' link error from 0.9.0 into 0.10.0. + (Contributed by Dongjoon Hyun, Committed by jihoon) + TAJO-1380: Update JDBC documentation for new JDBC driver. (Contributed by Dongjoon Hyun, Committed by hyunsik) http://git-wip-us.apache.org/repos/asf/tajo/blob/d8db8b77/tajo-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/tajo-project/src/site/site.xml b/tajo-project/src/site/site.xml index fd3bb6f..a679e33 100644 --- a/tajo-project/src/site/site.xml +++ b/tajo-project/src/site/site.xml @@ -109,7 +109,7 @@ window.onload = ga_event_load; <item name="Overview" href="index.html" /> <item name="License" href="license.html" /> <item name="Downloads" href="downloads.html" /> - <item name="Getting Started" href="docs/0.9.0/getting_started.html" /> + <item name="Getting Started" href="docs/current/getting_started.html" /> </menu> <menu name="Community">
