Repository: orc Updated Branches: refs/heads/master b39108e1a -> 388fb8e90
Add links to the branches on github. Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/388fb8e9 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/388fb8e9 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/388fb8e9 Branch: refs/heads/master Commit: 388fb8e9034d3e6d0e21bd3cc8297e304c66c1f9 Parents: b39108e Author: Owen O'Malley <[email protected]> Authored: Sat Jun 27 08:02:46 2015 -0700 Committer: Owen O'Malley <[email protected]> Committed: Sat Jun 27 08:02:46 2015 -0700 ---------------------------------------------------------------------- site/develop/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/388fb8e9/site/develop/index.md ---------------------------------------------------------------------- diff --git a/site/develop/index.md b/site/develop/index.md index 4f40997..1ff3dfd 100644 --- a/site/develop/index.md +++ b/site/develop/index.md @@ -45,8 +45,10 @@ ORC uses git for version control. Get the source code: The important branches are: -* master - The trunk for all developement -* asf-site - The pages that are deployed to https://orc.apache.org/ +* [master](https://github.com/apache/orc/tree/master) - + The trunk for all developement +* [asf-site](https://github.com/apache/orc/tree/asf-site) - + The pages that are deployed to https://orc.apache.org/ Please check our [coding guidelines](/develop/coding.html).
