Repository: tajo Updated Branches: refs/heads/master 829d83ac5 -> 21c44800e
TAJO-1916: 'How to contribute' link is broken. Closes #812 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/21c44800 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/21c44800 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/21c44800 Branch: refs/heads/master Commit: 21c44800efa4cc9f8866be86f5effc9b344d845f Parents: 829d83a Author: Jihoon Son <[email protected]> Authored: Wed Oct 7 16:08:13 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Wed Oct 7 16:08:13 2015 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-project/src/site/site.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/21c44800/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 5e82033..8295b40 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,8 @@ Release 0.12.0 - unreleased TASKS + TAJO-1916: 'How to contribute' link is broken. (jihoon) + TAJO-1907: Reduce the size of the INDEXES table's COLUMN_NAMES field. (jihoon) http://git-wip-us.apache.org/repos/asf/tajo/blob/21c44800/tajo-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/tajo-project/src/site/site.xml b/tajo-project/src/site/site.xml index 3ce03c2..621af24 100644 --- a/tajo-project/src/site/site.xml +++ b/tajo-project/src/site/site.xml @@ -145,7 +145,7 @@ window.onload = ga_event_load; <menu name="Contributes"> <item name="Source Code" href="source-code.html" /> <item name="Get Involved" href="http://www.apache.org/foundation/getinvolved.html" /> - <item name="How To Contribute" href="https://cwiki.apache.org/confluence/display/TAJO/How+to+Contribute+to+Tajo" /> + <item name="How To Contribute" href="https://cwiki.apache.org/confluence/display/TAJO/How+to+Contribute+Codes+to+Tajo" /> <item name="Review Board" href="https://reviews.apache.org/groups/tajo" /> <item name="Review Request Tool" href="review-request-tool.html" /> <item name="Coding Style" href="https://cwiki.apache.org/confluence/display/TAJO/Code+Style" />
