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 <[email protected]> Authored: Thu Oct 18 18:41:29 2012 +0200 Committer: Nick Wellnhofer <[email protected]> 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.
