You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/08/11 02:28:02 UTC

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

Author: uschindler
Date: Sat Aug 11 00:28:02 2012
New Revision: 1371848

URL: http://svn.apache.org/viewvc?rev=1371848&view=rev
Log:
LUCENE-4187: Update links

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=1371848&r1=1371847&r2=1371848&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/developer.mdtext (original)
+++ lucene/cms/trunk/content/core/developer.mdtext Sat Aug 11 00:28:02 2012
@@ -4,14 +4,6 @@ The source files are now stored using Su
 - Latest <b>trunk</b>:
 <code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk lucene_trunk</code>
 
-
-#Changes List
-
-- Current changes list <em>(as of the most recent nightly <b>trunk</b> build)</em> is available
-<a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
-here</a>.
-
-
 #Making a Contribution
 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.
@@ -24,20 +16,20 @@ project. It is responsible for running n
 ##Nightly Build Javadocs
 Unofficial nightly Javadocs are also generated by Jenkins:
 
-- Unofficial Javadocs from the nightly <b>trunk</b> build are available <a href="https://builds.apache.org/hudson/job/Lucene-trunk/javadoc/">here</a>.
+- Unofficial Javadocs from the nightly <b>trunk</b> build are available <a href="https://builds.apache.org/job/Lucene-trunk-artifacts/javadoc/">here</a>.
 
 
 ##Clover Test Coverage Reports
 <a href="http://www.atlassian.com/software/clover/">Clover</a> test coverage results are available:
 
 - As of the most recent nightly <b>trunk</b> build:
-    <a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/clover-report/">here</a>
+    <a href="https://builds.apache.org/job/Lucene-Solr-Clover-trunk/lastSuccessfulBuild/clover-report/">here</a>
 
 
 ##Nightly Build Download
 
 - Nightly build artifacts are based on the <b>trunk</b> version of the code checked into
     <a href="https://svn.apache.org/repos/asf/lucene/dev/trunk">SVN</a>:<br/>
-  <a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/artifact/artifacts/">Download trunk Artifacts</a>.
+  <a href="https://builds.apache.org/job/Lucene-trunk-artifacts/lastSuccessfulBuild/artifact/lucene/dist/">Download trunk Artifacts</a>.
   Also, Maven artifacts are available from 
   <a href="https://repository.apache.org/snapshots/org/apache/lucene/">the ASF snapshot repository</a>.