You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2012/10/21 00:52:09 UTC

[lucy-commits] git commit: Update repo URLs in CONTRIBUTING

Updated Branches:
  refs/heads/master cf5f3dfdf -> 80dea6138


Update repo URLs in CONTRIBUTING


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/80dea613
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/80dea613
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/80dea613

Branch: refs/heads/master
Commit: 80dea6138f2696a7609aa27a9928c8d154755e3d
Parents: cf5f3df
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Thu Oct 18 18:41:29 2012 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu Oct 18 18:41:29 2012 +0200

----------------------------------------------------------------------
 CONTRIBUTING |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/80dea613/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 25017cf..d6e7701 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -19,7 +19,11 @@ GET THE CODE:
   Lucy's codebase is available via Git from git.apache.org.  Start by creating
   a clone of the repository:
 
-    git clone git://git.apache.org/lucy.git
+    # Non Committers
+    git clone http://git-wip-us.apache.org/repos/asf/lucy.git
+
+    # Committers
+    git clone https://git-wip-us.apache.org/repos/asf/lucy.git
 
   There is also a mirror on Github.