You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2022/04/04 16:05:46 UTC

[lucene-site] 01/01: developer.md - add gitbox.apache.org clone option

This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch cpoerschke-patch-1
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 79a77489cf8f6550e3d9c45942c5003f7cdc669e
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Mon Apr 4 17:05:41 2022 +0100

    developer.md - add gitbox.apache.org clone option
---
 content/pages/core/developer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/pages/core/developer.md b/content/pages/core/developer.md
index be4a79ade..e60e3b198 100644
--- a/content/pages/core/developer.md
+++ b/content/pages/core/developer.md
@@ -8,7 +8,7 @@ template: lucene/core/page
 The source files are stored using GIT (see https://git-scm.com/documentation)
 
 - Latest **main**:
-`git clone https://github.com/apache/lucene.git`
+`git clone https://github.com/apache/lucene.git` or `git clone https://gitbox.apache.org/repos/asf/lucene.git`
   
 ## Making a Contribution
 Lucene Java is always looking for contributions. See the [Wiki][1] for details on contributing.