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:45 UTC

[lucene-site] branch cpoerschke-patch-1 created (now 79a77489c)

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

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


      at 79a77489c developer.md - add gitbox.apache.org clone option

This branch includes the following new commits:

     new 79a77489c developer.md - add gitbox.apache.org clone option

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by cp...@apache.org.
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.