You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2020/02/18 20:13:55 UTC

[lucene-site] branch master updated: fixed more broken PyLucene/JCC links

This is an automated email from the ASF dual-hosted git repository.

vajda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1671bde  fixed more broken PyLucene/JCC links
1671bde is described below

commit 1671bded5301073224b5ddb7481e3f9703910e72
Author: Andi Vajda <va...@yuzu.local>
AuthorDate: Tue Feb 18 12:13:28 2020 -0800

    fixed more broken PyLucene/JCC links
---
 content/pages/pylucene/features.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/pages/pylucene/features.md b/content/pages/pylucene/features.md
index fcf1e91..497a9e4 100644
--- a/content/pages/pylucene/features.md
+++ b/content/pages/pylucene/features.md
@@ -17,7 +17,7 @@ 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 [here](jcc/install.html).
 
-Instruction for building PyLuceneare [here](install.html).
+Instructions for building PyLucene are [here](install.html).
 
 ## API documentation
 
@@ -43,8 +43,8 @@ exposes some Java runtime APIs.
 The best way to learn PyLucene is to look at the samples and tests included with
 the PyLucene source release or on the web at:
 
-- [https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples](https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples)
-- [https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test](https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test)
+- [https://svn.apache.org/viewvc/lucene/pylucene/trunk/samples](https://svn.apache.org/viewvc/lucene/pylucene/trunk/samples)
+- [https://svn.apache.org/viewvc/lucene/pylucene/trunk/test3](https://svn.apache.org/viewvc/lucene/pylucene/trunk/test3)
 
 ## Threading support with attachCurrentThread