You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2017/01/16 23:32:58 UTC

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

Author: janhoy
Date: Mon Jan 16 23:32:58 2017
New Revision: 1779121

URL: http://svn.apache.org/viewvc?rev=1779121&view=rev
Log:
Fix dead links to old Jenkins jobs, SVN etc

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=1779121&r1=1779120&r2=1779121&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/developer.mdtext (original)
+++ lucene/cms/trunk/content/core/developer.mdtext Mon Jan 16 23:32:58 2017
@@ -17,21 +17,21 @@ 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/job/Lucene-Artifacts-trunk/javadoc/">here</a>.
+- Unofficial Javadocs from the nightly <b>master</b> build are available <a href="https://builds.apache.org/view/All/job/Lucene-Artifacts-master/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/job/Lucene-Solr-Clover-trunk/lastSuccessfulBuild/clover-report/">here</a>
+- As of the most recent nightly <b>master</b> build:
+    <a href="https://builds.apache.org/job/Lucene-Solr-Clover-master/lastSuccessfulBuild/clover-report/dashboard.html">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/job/Lucene-Artifacts-trunk/lastSuccessfulBuild/artifact/lucene/dist/">Download trunk Artifacts</a>.
+- Nightly build artifacts are based on the <b>master</b> version of the code checked into
+    <a href="https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git">GIT</a>:<br/>
+  <a href="https://builds.apache.org/job/Lucene-Artifacts-master/lastSuccessfulBuild/artifact/lucene/dist/">Download master Artifacts</a>.
   Also, Maven artifacts are available from 
   <a href="https://repository.apache.org/snapshots/org/apache/lucene/">the ASF snapshot repository</a>.