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

svn commit: r1731729 - /lucene/cms/trunk/content/core/developer.mdtext

Author: mikemccand
Date: Mon Feb 22 19:44:55 2016
New Revision: 1731729

URL: http://svn.apache.org/viewvc?rev=1731729&view=rev
Log:
simplify the initial git clone command

Modified:
    lucene/cms/trunk/content/core/developer.mdtext

Modified: lucene/cms/trunk/content/core/developer.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/developer.mdtext?rev=1731729&r1=1731728&r2=1731729&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/developer.mdtext (original)
+++ lucene/cms/trunk/content/core/developer.mdtext Mon Feb 22 19:44:55 2016
@@ -4,7 +4,7 @@
 The source files are stored using GIT (see https://git-scm.com/documentation)
 
 - Latest <b>trunk</b>:
-<code>git clone https://github.com/apache/lucene-solr.git lucene_trunk</code>
+<code>git clone https://github.com/apache/lucene-solr.git</code>
 
 ##Making a Contribution
 Lucene Java is always looking for contributions. See the <a href="https://wiki.apache.org/lucene-java/HowToContribute">Wiki</a> for details on contributing.