You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gi...@apache.org on 2022/07/01 23:34:26 UTC

[lucene-site] branch asf-site updated: Automatic Site Publish by Buildbot

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new d41ec4e7c Automatic Site Publish by Buildbot
d41ec4e7c is described below

commit d41ec4e7c7571f6141a94bdcb5baf34abba1251d
Author: buildbot <us...@infra.apache.org>
AuthorDate: Fri Jul 1 23:34:23 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/core/developer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/core/developer.html b/output/core/developer.html
index c9b92389f..3ffc9363b 100644
--- a/output/core/developer.html
+++ b/output/core/developer.html
@@ -150,7 +150,7 @@ document.observe('dom:loaded', StartSlides);
 <code>git clone https://github.com/apache/lucene.git</code></li>
 </ul>
 <h2 id="making-a-contribution">Making a Contribution</h2>
-<p>Lucene Java is always looking for contributions. See the <a href="https://cwiki.apache.org/confluence/display/LUCENE/HowToContribute">Wiki</a> for details on contributing.</p>
+<p>Lucene Java is always looking for contributions. See the <a href="https://github.com/apache/lucene/blob/main/CONTRIBUTING.md">Wiki</a> for details on contributing.</p>
 <h2 id="nightly-builds">Nightly Builds</h2>
 <p><a href="https://www.jenkins.io/">Jenkins</a> is providing continuous integration capabilities to the Lucene project.
 It is responsible for running nightly builds, tests, javadocs, and code coverage reports.</p>