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 2012/08/22 21:51:55 UTC

svn commit: r829740 - in /websites/staging/lucene/trunk/content: ./ pylucene/install.html

Author: buildbot
Date: Wed Aug 22 19:51:54 2012
New Revision: 829740

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/pylucene/install.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 22 19:51:54 2012
@@ -1 +1 @@
-1376208
+1376209

Modified: websites/staging/lucene/trunk/content/pylucene/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/install.html Wed Aug 22 19:51:54 2012
@@ -141,7 +141,7 @@ resulting PyLucene binaries requires onl
 <p>The <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
 package is required to build and run PyLucene on Python 2.3.5. With
 later versions of Python, setuptools is only required for shared
-mode. See JCC's <a href="site:jcc/documentation/install">installation
+mode. See JCC's <a href="jcc/install.html">installation
 instructions</a> for more information.</p>
 <h1 id="for-the-impatient-ones">For the Impatient Ones</h1>
 <ul>
@@ -158,7 +158,7 @@ instructions</a> for more information.</
 <h1 id="for-the-rest-of-us">For the Rest of Us</h1>
 <p>Before building PyLucene, JCC must be
 built first. See
-JCC's <a href="site:jcc/documentation/install">installation
+JCC's <a href="jcc/install.html">installation
 instructions</a> for building and installing it.</p>
 <p>Once JCC is built and installed, PyLucene is built
 via <code>make</code> which invokes JCC. See PyLucene's