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/a987418d Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a987418d Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a987418d Branch: refs/heads/0.3 Commit: a987418d8415d98f63d131ea49816eebcf53a2d0 Parents: 44ba0e1 Author: Nick Wellnhofer <[email protected]> Authored: Thu Oct 18 18:41:29 2012 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Oct 21 14:03:08 2012 +0200 ---------------------------------------------------------------------- CONTRIBUTING | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/a987418d/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.
