You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2016/02/22 20:43:03 UTC

svn commit: r980979 - in /websites/staging/lucene/trunk/content: ./ core/developer.html

Author: buildbot
Date: Mon Feb 22 19:43:03 2016
New Revision: 980979

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/developer.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 22 19:43:03 2016
@@ -1 +1 @@
-1731725
+1731727

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Mon Feb 22 19:43:03 2016
@@ -223,14 +223,13 @@
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="lucenetm-dev">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Dev<a class="headerlink" href="#lucenetm-dev" title="Permanent link">&para;</a></h1>
 <h2 id="source-code">Source Code<a class="headerlink" href="#source-code" title="Permanent link">&para;</a></h2>
-<p>The source files are stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)</p>
+<p>The source files are stored using GIT (see https://git-scm.com/documentation)</p>
 <ul>
 <li>Latest <b>trunk</b>:
-<code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk lucene_trunk</code></li>
+<code>git clone https://github.com/apache/lucene-solr.git lucene_trunk</code></li>
 </ul>
 <h2 id="making-a-contribution">Making a Contribution<a class="headerlink" href="#making-a-contribution" title="Permanent link">&para;</a></h2>
-<p>Lucene Java is always looking for contributions, especially in the areas of documentation. See the <a
-href="http://wiki.apache.org/lucene-java">Wiki</a> for details on contributing.</p>
+<p>Lucene Java is always looking for contributions. See the <a href="https://wiki.apache.org/lucene-java/HowToContribute">Wiki</a> for details on contributing.</p>
 <h2 id="nightly-builds">Nightly Builds<a class="headerlink" href="#nightly-builds" title="Permanent link">&para;</a></h2>
 <p><a href="http://jenkins-ci.org/">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>