You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2015/07/02 23:22:47 UTC

orc git commit: Add links to the branches on github.

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 <om...@apache.org>
Authored: Sat Jun 27 08:02:46 2015 -0700
Committer: Owen O'Malley <om...@apache.org>
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).