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:59:43 UTC

svn commit: r1376214 - in /lucene/cms/trunk/content/pylucene/jcc: features.mdtext index.mdtext

Author: rmuir
Date: Wed Aug 22 19:59:43 2012
New Revision: 1376214

URL: http://svn.apache.org/viewvc?rev=1376214&view=rev
Log:
fix the rest of the links

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

Modified: lucene/cms/trunk/content/pylucene/jcc/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/features.mdtext?rev=1376214&r1=1376213&r2=1376214&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/features.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/features.mdtext Wed Aug 22 19:59:43 2012
@@ -12,7 +12,7 @@ reflection APIs to do its work. It is bu
 via <code>distutils</code> or <code>setuptools</code>.
 
 
-See <a href="site:jcc/documentation/install">installation</a> for more
+See <a href="install.html">installation</a> for more
 information and operating system specific notes.
 
 ##Invoking JCC
@@ -580,7 +580,7 @@ Exceptions that occur in the Python VM a
 VM, as for example can happen in Python extensions (see topic below)
 are reported to the Java VM as a <code>RuntimeException</code> or as
 a <code>PythonException</code> when using shared
-mode. See <a href="site:jcc/documentation/install">installation
+mode. See <a href="install.html">installation
 instructions</a> for more information about shared mode.
 
 
@@ -701,7 +701,7 @@ call <code>super()</code> on these metho
 
 There are a number of extension examples available in PyLucene's test
 <a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">suite</a>
-and <a href="site:documentation/readme">samples</a>.
+and <a href="http://svn.apache.org/viewvc/lucene/pylucene/trunk/samples">samples</a>.
 
 ##Embedding a Python VM in a Java VM
 
@@ -712,7 +712,7 @@ Following are the steps and constraints 
 
 - 
 JCC must be built in shared mode.  See
-<a href="site:jcc/documentation/install">installation
+<a href="install.html">installation
 instructions</a> for more information about shared mode.
 Note that for this use on Mac OS X, JCC must also be built
 with the link flags <code>"-framework", "Python"</code> in

Modified: lucene/cms/trunk/content/pylucene/jcc/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/index.mdtext?rev=1376214&r1=1376213&r2=1376214&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/index.mdtext Wed Aug 22 19:59:43 2012
@@ -34,4 +34,4 @@ a subversion client from
 ##Mailing List
 
 If you'd like to contribute to JCC or are having issues or questions
-with JCC, please subscribe to the PyLucene developer [mailing list](site:resources/contact)
+with JCC, please subscribe to the PyLucene developer [mailing list](../mailing-lists.html)