You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2009/01/25 22:48:33 UTC

svn commit: r737586 - in /lucene/java/site: docs/developer-resources.html src/documentation/content/xdocs/developer-resources.xml

Author: uschindler
Date: Sun Jan 25 21:48:33 2009
New Revision: 737586

URL: http://svn.apache.org/viewvc?rev=737586&view=rev
Log:
LUCENE-1444: Fix path to hudson "all" javadocs

Modified:
    lucene/java/site/docs/developer-resources.html
    lucene/java/site/src/documentation/content/xdocs/developer-resources.xml

Modified: lucene/java/site/docs/developer-resources.html
URL: http://svn.apache.org/viewvc/lucene/java/site/docs/developer-resources.html?rev=737586&r1=737585&r2=737586&view=diff
==============================================================================
--- lucene/java/site/docs/developer-resources.html (original)
+++ lucene/java/site/docs/developer-resources.html Sun Jan 25 21:48:33 2009
@@ -288,7 +288,7 @@
       <ul>
         
 <li>
-<a href="api/index.html">All</a>
+<a href="api/all/index.html">All</a>
 </li>
         
 <li>

Modified: lucene/java/site/src/documentation/content/xdocs/developer-resources.xml
URL: http://svn.apache.org/viewvc/lucene/java/site/src/documentation/content/xdocs/developer-resources.xml?rev=737586&r1=737585&r2=737586&view=diff
==============================================================================
--- lucene/java/site/src/documentation/content/xdocs/developer-resources.xml (original)
+++ lucene/java/site/src/documentation/content/xdocs/developer-resources.xml Sun Jan 25 21:48:33 2009
@@ -34,7 +34,7 @@
     <section id="Javadocs"><title>Nightly Build Javadocs</title>
     <p>Unofficial Javadocs from the nightly build are available at:
       <ul>
-        <li><a href="api/index.html">All</a></li>
+        <li><a href="api/all/index.html">All</a></li>
         <li><a href="api/core/index.html">Core</a></li>
         <li><a href="api/demo/index.html">Demo</a></li>
         <li>Contrib Modules...