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

svn commit: r1376212 - /lucene/cms/trunk/content/pylucene/features.mdtext

Author: rmuir
Date: Wed Aug 22 19:55:43 2012
New Revision: 1376212

URL: http://svn.apache.org/viewvc?rev=1376212&view=rev
Log:
fix more links

Modified:
    lucene/cms/trunk/content/pylucene/features.mdtext

Modified: lucene/cms/trunk/content/pylucene/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/features.mdtext?rev=1376212&r1=1376211&r2=1376212&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/features.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/features.mdtext Wed Aug 22 19:55:43 2012
@@ -1,22 +1,22 @@
 <warning>
 Before calling any PyLucene API that requires the Java VM, start it by
 calling <code>initVM(classpath, ...)</code>. More about this function
-in <a href="site:jcc/documentation/readme">here</a>.
+in <a href="jcc/features.html">here</a>.
 </warning>
 
 #Installing PyLucene
 
 PyLucene is a Python extension built with 
-<a href="site:jcc/about/index">JCC</a>.
+<a href="jcc/">JCC</a>.
 
 
 To build PyLucene, JCC needs to be built first. Sources for JCC are
 included with the PyLucene sources. Instructions for building and
-installing JCC are <a href="site:jcc/documentation/install">here</a>. 
+installing JCC are <a href="jcc/install.html">here</a>. 
 
 
 Instruction for building PyLucene
-are <a href="site:documentation/install">here</a>.
+are <a href="install.html">here</a>.
 
 
 
@@ -144,7 +144,7 @@ from the array arguments after the call,
 to instantiate a Java array to make such calls.
 
 
-See <a href="site:jcc/documentation/readme">JCC</a> for more
+See <a href="jcc/features.html">JCC</a> for more
 information about handling arrays.
 
 
@@ -268,7 +268,7 @@ PyLucene source tree.
 
 
 To learn more about this topic, please refer to the JCC
-<a href="site:jcc/documentation/readme">documentation</a>.
+<a href="jcc/features.html">documentation</a>.
 
 
 Please refer to the classes in the 'java' tree for currently