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 2019/06/03 16:58:25 UTC

svn commit: r1860570 - in /lucene/cms/trunk/content/pylucene: features.mdtext index.mdtext install.mdtext jcc/features.mdtext jcc/index.mdtext jcc/install.mdtext mailing-lists.mdtext pynews.mdtext version_control.mdtext

Author: vajda
Date: Mon Jun  3 16:58:24 2019
New Revision: 1860570

URL: http://svn.apache.org/viewvc?rev=1860570&view=rev
Log:
replace all http links with https

Modified:
    lucene/cms/trunk/content/pylucene/features.mdtext
    lucene/cms/trunk/content/pylucene/index.mdtext
    lucene/cms/trunk/content/pylucene/install.mdtext
    lucene/cms/trunk/content/pylucene/jcc/features.mdtext
    lucene/cms/trunk/content/pylucene/jcc/index.mdtext
    lucene/cms/trunk/content/pylucene/jcc/install.mdtext
    lucene/cms/trunk/content/pylucene/mailing-lists.mdtext
    lucene/cms/trunk/content/pylucene/pynews.mdtext
    lucene/cms/trunk/content/pylucene/version_control.mdtext

Modified: lucene/cms/trunk/content/pylucene/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/features.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/features.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/features.mdtext Mon Jun  3 16:58:24 2019
@@ -35,7 +35,7 @@ specialized queries such as 'more like t
 This document only covers the pythonic extensions to Lucene offered
 by PyLucene as well as some differences between the Java and Python
 APIs. For the documentation on Java Lucene APIs,
-see <a href="http://lucene.apache.org/java/docs/api/index.html">here</a>.
+see <a href="https://lucene.apache.org/java/docs/api/index.html">here</a>.
 
 
 To help with debugging and to support some Lucene APIs, PyLucene also
@@ -48,9 +48,9 @@ The best way to learn PyLucene is to loo
 included with the PyLucene source release or on the web at:
 
 
-- <a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples</a>
+- <a href="https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples">https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples</a>
 
-- <a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test</a>
+- <a href="https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test</a>
 
 
 

Modified: lucene/cms/trunk/content/pylucene/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/index.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/index.mdtext Mon Jun  3 16:58:24 2019
@@ -2,9 +2,9 @@ Title: Welcome to PyLucene
 
 ##What is PyLucene ?
 
-PyLucene is a <a href="http://www.python.org">Python</a> extension
+PyLucene is a <a href="https://www.python.org">Python</a> extension
 for accessing
-Java <a href="http://lucene.apache.org/java/">Lucene</a><span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
+Java <a href="https://lucene.apache.org/java/">Lucene</a><span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
 is to allow you to use Lucene's text indexing and searching
 capabilities from Python. It is API compatible with the latest
 version of Java Lucene, version 7.7.1 as of March 18th, 2019.
@@ -32,10 +32,10 @@ PyLucene is supported on macOS, Linux, S
 
 PyLucene requires Python version 2.x (x >= 3.5) or Python 3.x (x >= 3)
 and Java version 1.8. Building PyLucene requires GNU Make, a recent version
-of <a href="http://ant.apache.org">Ant</a> capable of building
-Java <a href="http://lucene.apache.org/java/">Lucene</a> and a C++
+of <a href="https://ant.apache.org">Ant</a> capable of building
+Java <a href="https://lucene.apache.org/java/">Lucene</a> and a C++
 compiler. Use
-of <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
+of <a href="https://pypi.python.org/pypi/setuptools">setuptools</a>
 is recommended. 
 
 See the JCC <a href="jcc/install.html">installation

Modified: lucene/cms/trunk/content/pylucene/install.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/install.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/install.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/install.mdtext Mon Jun  3 16:58:24 2019
@@ -7,7 +7,7 @@ included with the PyLucene sources.<br/>
 ##Requirements
 
 To build PyLucene a Java Development Kit (JDK)
-and <a href="http://ant.apache.org">Ant</a> are required; use of the
+and <a href="https://ant.apache.org">Ant</a> are required; use of the
 resulting PyLucene binaries requires only a Java Runtime Environment
 (JRE).
 

Modified: lucene/cms/trunk/content/pylucene/jcc/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/features.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/features.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/features.mdtext Mon Jun  3 16:58:24 2019
@@ -33,7 +33,7 @@ Python version used:
 
 JCC started as a C++ code generator for hiding the gory details of
 accessing methods and fields on Java classes via
-Java's <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/invocation.html">Native Invocation Interface</a>.
+Java's <a href="https://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/invocation.html">Native Invocation Interface</a>.
 These C++ wrappers make it possible to access a Java object as if it
 was a regular C++ object.
 
@@ -228,7 +228,7 @@ invoke <i>distutils</i> with <i>bdist</i
 or <i>setuptools</i>
 with <i>bdist_egg</i>. If <i>setuptools</i> is used,
 the resulting egg has to be installed with the
-<a href="http://peak.telecommunity.com/DevCenter/EasyInstall"><i>easy_install</i></a>
+<a href="https://peak.telecommunity.com/DevCenter/EasyInstall"><i>easy_install</i></a>
 installer which is normally part of a Python installation that
 includes <i>setuptools</i>.
 
@@ -695,8 +695,8 @@ call <i>super()</i> on these methods fro
 
 
 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="http://svn.apache.org/viewvc/lucene/pylucene/trunk/samples">samples</a>.
+<a href="https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">suite</a>
+and <a href="https://svn.apache.org/viewvc/lucene/pylucene/trunk/samples">samples</a>.
 
 ##Embedding a Python VM in a Java VM
 
@@ -799,7 +799,7 @@ to do so via the <i>--mapping</i> comman
 takes two arguments, the class to generate the mapping get for and
 the Java method to use. The method is specified with its name
 followed by ':' and its Java
-<a href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>.
+<a href="https://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>.
 
 
 For example, <i>System.getProperties()['java.class.path']</i> is
@@ -818,7 +818,7 @@ when requested to do so via the <i>--seq
 option which takes three arguments, the class to generate the
 sequence length and get for and the two java methods to use. The
 methods are specified with their name followed by ':' and their Java
-<a href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>. For example:
+<a href="https://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>. For example:
 
 <pre><code>
 for i in xrange(len(hits)): 

Modified: lucene/cms/trunk/content/pylucene/jcc/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/index.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/index.mdtext Mon Jun  3 16:58:24 2019
@@ -10,7 +10,7 @@ interpreter.
 
 When generating Python wrappers, JCC produces a complete Python
 extension module via the distutils or
-[setuptools](http://pypi.python.org/pypi/setuptools) packages. 
+[setuptools](https://pypi.python.org/pypi/setuptools) packages. 
 
 See [here](features.html) for more information and documentation about JCC.
 
@@ -20,7 +20,7 @@ JCC is supported on Mac OS X, Linux, Sol
 
 JCC requires Python version 2.x (x >= 3.5) or Python version 3.x (x >= 3)
 and Java version 1.x (x >= 4). Building JCC requires a C++ compiler. Use of
-[setuptools](http://pypi.python.org/pypi/setuptools) is recommended.
+[setuptools](https://pypi.python.org/pypi/setuptools) is recommended.
 
 See the [installation instructions](install.html) for more information about
 building JCC from sources.
@@ -29,7 +29,7 @@ building JCC from sources.
 
 The source code to JCC is part of PyLucene's and can be obtained with
 a subversion client from
-[here](http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc)
+[here](https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc)
 
 ##Mailing List
 

Modified: lucene/cms/trunk/content/pylucene/jcc/install.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/install.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/install.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/install.mdtext Mon Jun  3 16:58:24 2019
@@ -9,7 +9,7 @@ the <i>jcc</i> subdirectory.
 
 To get the JCC source code only from SVN use:<br/>
 <code>$ svn co
-http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc jcc</code>
+https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc jcc</code>
 
 ##Building JCC
 
@@ -17,7 +17,7 @@ JCC is a Python extension written in Pyt
 Java Runtime Environment to operate as it uses Java's reflection
 APIs to do its work. It is built and installed
 via <i>distutils</i>
-or <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>.
+or <a href="https://pypi.python.org/pypi/setuptools">setuptools</a>.
 
 
 - On MacOS and Windows, <i>setup.py</i> will attempt to find a JDK on your
@@ -72,7 +72,7 @@ of the box on MacOS and Windows. On Linu
 to be applied first. This patch is included in the JCC source distribution in
 the <i>jcc2/patches</i> directory, <i>patch.43</i>. This patch was submitted
 to the <i>setuptools</i> project via <a
-href="http://bugs.python.org/setuptools/issue43">issue 43</a>.
+href="https://bugs.python.org/setuptools/issue43">issue 43</a>.
 <i>setup.py</i> will attempt to apply the patch for you via monkeypatching.
 
 
@@ -230,7 +230,7 @@ installed).
 To use JCC with Python 2.3, setuptools is required
 
 
-- download <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>.
+- download <a href="https://pypi.python.org/pypi/setuptools">setuptools</a>.
 
 - edit the downloaded <i>setuptools</i> egg file to use
 python2.3 instead of python2.4.

Modified: lucene/cms/trunk/content/pylucene/mailing-lists.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/mailing-lists.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/mailing-lists.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/mailing-lists.mdtext Mon Jun  3 16:58:24 2019
@@ -5,7 +5,7 @@ Title: Mailing Lists
 Historically, Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> user issues or questions have almost always
 been best addressed on the Java Lucene User mailing list. PyLucene
 users with general Lucene questions should consider contacting
-the <a href="http://lucene.apache.org/java/docs/mailinglists.html#Java%20User%20List">Java
+the <a href="https://lucene.apache.org/java/docs/mailinglists.html#Java%20User%20List">Java
 Lucene User</a> list first.
 
 
@@ -31,7 +31,7 @@ The PyLucene developer mailing list is:
 
 - <a href="mailto:pylucene-dev-subscribe@lucene.apache.org">Subscribe to List</a>
 - <a href="mailto:pylucene-dev-unsubscribe@lucene.apache.org">Unsubscribe from List</a>
-- <a href="http://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/">View List Archive</a>
+- <a href="https://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/">View List Archive</a>
 
 
 <note>

Modified: lucene/cms/trunk/content/pylucene/pynews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/pynews.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Mon Jun  3 16:58:24 2019
@@ -1,30 +1,30 @@
 #News
 ##18 Mar 2019 - PyLucene 7.7.1 available
 
-This release tracks Lucene Core's 7.7.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/CHANGES">PyLucene 7.7.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/jcc/CHANGES">JCC 3.5 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's 7.7.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/CHANGES">PyLucene 7.7.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/jcc/CHANGES">JCC 3.5 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##11 Jan 2019 - PyLucene 7.6.0 available
 
-This release tracks Lucene Core's 7.6.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/CHANGES">PyLucene 7.6.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/jcc/CHANGES">JCC 3.4 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's 7.6.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/CHANGES">PyLucene 7.6.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/jcc/CHANGES">JCC 3.4 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##19 Oct 2018 - PyLucene 7.5.0 available
 
-This release tracks Lucene Core's 7.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/CHANGES">PyLucene 7.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/jcc/CHANGES">JCC 3.3 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's 7.5.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/CHANGES">PyLucene 7.5.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/jcc/CHANGES">JCC 3.3 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##3 Sep 2018 - PyLucene 7.4.0 available
 
-This release tracks Lucene Core's 7.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/CHANGES">PyLucene 7.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/jcc/CHANGES">JCC 3.2 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's 7.4.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/CHANGES">PyLucene 7.4.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/jcc/CHANGES">JCC 3.2 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##6 Apr 2017 - PyLucene 6.5.0 available
@@ -32,44 +32,44 @@ Source distributions are available <a hr
 PyLucene is now supported with both Python 2 and Python 3.
 JCC 3.0 introduces Python 3 support and remains compatible with Python 2.
 
-This release tracks Lucene Core's recent 6.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/CHANGES">PyLucene 6.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/jcc/CHANGES">JCC 3.0 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's recent 6.5.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/CHANGES">PyLucene 6.5.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/jcc/CHANGES">JCC 3.0 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##14 Feb 2017 - PyLucene 6.4.1 available
 
-This release tracks Lucene Core's recent 6.4.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/CHANGES">PyLucene 6.4.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/jcc/CHANGES">JCC 2.23 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's recent 6.4.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/CHANGES">PyLucene 6.4.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/jcc/CHANGES">JCC 2.23 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##18 Sep 2016 - PyLucene 6.2.0 available
 
-This release tracks Lucene Core's recent 6.2.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/CHANGES">PyLucene 6.2.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/jcc/CHANGES">JCC 2.22 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's recent 6.2.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/CHANGES">PyLucene 6.2.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/jcc/CHANGES">JCC 2.22 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##6 Oct 2014 - PyLucene 4.10.1-1 available
 
-This release tracks Lucene Core's recent 4.10.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_10_1/CHANGES">PyLucene 4.10.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.21 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's recent 4.10.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_10_1/CHANGES">PyLucene 4.10.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.21 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##17 Jul 2014 - PyLucene 4.9.0-0 available
 
-This release tracks Lucene Core's recent 4.9.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_9_0/CHANGES">PyLucene 4.9.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.20 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's recent 4.9.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_9_0/CHANGES">PyLucene 4.9.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.20 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 
 
 ##3 May 2014 - PyLucene 4.8.0-1 available
 
-This release tracks Lucene Core's recent 4.8.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_8_0/CHANGES">PyLucene 4.8.0 CHANGES</a> for details. The JCC version included with PyLucene 4.8.0 is unchanged at 2.19.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+This release tracks Lucene Core's recent 4.8.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_8_0/CHANGES">PyLucene 4.8.0 CHANGES</a> for details. The JCC version included with PyLucene 4.8.0 is unchanged at 2.19.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 <b>Attention:</b> Starting with this release, Lucene requires Java 1.7 at the
 minimum; Java 1.6 is no longer supported. After upgrading JDK, please be sure to
 rebuild JCC first with the new JDK.
@@ -77,145 +77,145 @@ rebuild JCC first with the new JDK.
 
 ##28 Apr 2014 - PyLucene 4.7.2-1 available
 
-This release tracks Lucene Core's recent 4.7.2 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_7_2/CHANGES">PyLucene 4.7.2 CHANGES</a> for details. The JCC version included with PyLucene 4.7.2 is unchanged at 2.19.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 4.7.2 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_7_2/CHANGES">PyLucene 4.7.2 CHANGES</a> for details. The JCC version included with PyLucene 4.7.2 is unchanged at 2.19.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##13 Feb 2014 - PyLucene 4.6.1-1 available
 
-This release tracks Lucene Core's recent 4.6.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_6_1/CHANGES">PyLucene 4.6.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.19 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 4.6.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_6_1/CHANGES">PyLucene 4.6.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.19 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##4 Nov 2013 - PyLucene 4.5.1-1 available
 
-This release tracks Lucene Core's recent 4.5.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_5_1/CHANGES">PyLucene 4.5.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.18 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 4.5.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_5_1/CHANGES">PyLucene 4.5.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.18 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##23 Aug 2013 - PyLucene 4.4.0-1 available
 
-This release tracks Lucene Core's recent 4.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_4_0/CHANGES">PyLucene 4.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.17 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 4.4.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_4_0/CHANGES">PyLucene 4.4.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.17 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##14 May 2013 - PyLucene 4.3.0-1 available
 
-This release tracks Lucene Core's recent 4.3.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_3_0/CHANGES">PyLucene 4.3.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.16 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 4.3.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_3_0/CHANGES">PyLucene 4.3.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.16 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##4 Jan 2013 - PyLucene 3.6.2-1 available
 
-This release tracks Lucene Core's recent 3.6.2 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_2/CHANGES">PyLucene 3.6.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.15 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.6.2 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_2/CHANGES">PyLucene 3.6.2 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.15 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##24 Aug 2012 - PyLucene 3.6.1-2 available
 
-This release tracks Lucene Core's recent 3.6.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_1/CHANGES">PyLucene 3.6.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.14 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.6.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_1/CHANGES">PyLucene 3.6.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.14 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##11 May 2012 - PyLucene 3.6.0-2 available
 
-This release tracks Lucene Core's recent 3.6.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_0/CHANGES">PyLucene 3.6.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.13 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.6.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_0/CHANGES">PyLucene 3.6.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.13 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##12 Dec 2011 - PyLucene 3.5.0-3 available
 
-This release tracks Lucene Core's recent 3.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_5_0/CHANGES">PyLucene 3.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.12 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.5.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_5_0/CHANGES">PyLucene 3.5.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.12 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##19 Sep 2011 - PyLucene 3.4.0-1 available
 
-This release tracks Lucene Core's recent 3.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_4_0/CHANGES">PyLucene 3.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.11 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.4.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_4_0/CHANGES">PyLucene 3.4.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.11 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##23 Jul 2011 - PyLucene 3.3-3 available
 
-This release tracks Lucene Core's recent 3.3 <a href="http://lucene.apache.org/#1+July+2011+-+Lucene+Core+3.3+and+Solr+3.3+Available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_3/CHANGES">PyLucene 3.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.10 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.3 <a href="https://lucene.apache.org/#1+July+2011+-+Lucene+Core+3.3+and+Solr+3.3+Available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_3/CHANGES">PyLucene 3.3 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.10 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##09 Jun 2011 - PyLucene 3.2.0-1 available
 
-This release tracks Lucene Core's recent 3.2 <a href="http://lucene.apache.org/java/docs/index.html#4+June+2011+-+Lucene+Core+3.2">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_2_0/CHANGES">PyLucene 3.2.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.9 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.2 <a href="https://lucene.apache.org/java/docs/index.html#4+June+2011+-+Lucene+Core+3.2">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_2_0/CHANGES">PyLucene 3.2.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.9 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##04 Apr 2011 - PyLucene 3.1.0-1 available
 
-This release tracks Lucene Core's recent 3.1 <a href="http://lucene.apache.org/java/docs/index.html#31+March+2011+-+Lucene+Core+3.1">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_1_0/CHANGES">PyLucene 3.1.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.8 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Core's recent 3.1 <a href="https://lucene.apache.org/java/docs/index.html#31+March+2011+-+Lucene+Core+3.1">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_1_0/CHANGES">PyLucene 3.1.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.8 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##16 Dec 2010 - PyLucene 3.0.3-1 and 2.9.4-1 available
 
-These releases track Lucene Java's recent 2.9.4 and 3.0.3 <a href="http://lucene.apache.org/java/docs/index.html#3+December+2010+-+Lucene+Java+3.0.3+and+2.9.4+available">releases</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_3/CHANGES">PyLucene 3.0.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.7 CHANGES</a> for details.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_4/CHANGES">PyLucene 2.9.4 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+These releases track Lucene Java's recent 2.9.4 and 3.0.3 <a href="https://lucene.apache.org/java/docs/index.html#3+December+2010+-+Lucene+Java+3.0.3+and+2.9.4+available">releases</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_3/CHANGES">PyLucene 3.0.3 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.7 CHANGES</a> for details.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_4/CHANGES">PyLucene 2.9.4 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available
 
-These releases track Lucene Java's recent 2.9.3 and 3.0.2 <a href="http://lucene.apache.org/java/docs/index.html#18+June+2010+-+Lucene+Java+3.0.2+and+2.9.3+available">releases</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/CHANGES">PyLucene 3.0.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.6 CHANGES</a> for details.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_3/CHANGES">PyLucene 2.9.3 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+These releases track Lucene Java's recent 2.9.3 and 3.0.2 <a href="https://lucene.apache.org/java/docs/index.html#18+June+2010+-+Lucene+Java+3.0.2+and+2.9.3+available">releases</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/CHANGES">PyLucene 3.0.2 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.6 CHANGES</a> for details.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_3/CHANGES">PyLucene 2.9.3 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##03 Mar 2010 - PyLucene 3.0.1-1 and 2.9.2-1 available
 
-These releases track Lucene Java's recent 2.9.2 and 3.0.1 <a href="http://lucene.apache.org/java/docs/index.html#26+February+2010+-+Lucene+Java+3.0.1+and+2.9.2+available">releases</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/CHANGES">PyLucene 3.0.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/jcc/CHANGES">JCC 2.5.1 CHANGES</a> for details.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_2/CHANGES">PyLucene 2.9.2 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+These releases track Lucene Java's recent 2.9.2 and 3.0.1 <a href="https://lucene.apache.org/java/docs/index.html#26+February+2010+-+Lucene+Java+3.0.1+and+2.9.2+available">releases</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/CHANGES">PyLucene 3.0.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/jcc/CHANGES">JCC 2.5.1 CHANGES</a> for details.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_2/CHANGES">PyLucene 2.9.2 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##08 Dec 2009 - PyLucene 3.0.0-1 available
 
-This release tracks Lucene Java's recent 3.0.0 <a href="http://lucene.apache.org/java/docs/index.html#25+November+2009+-+Lucene+Java+3.0.0+available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Java's recent 3.0.0 <a href="https://lucene.apache.org/java/docs/index.html#25+November+2009+-+Lucene+Java+3.0.0+available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##10 Nov 2009 - PyLucene 2.9.1-1 available
 
-This release tracks Lucene Java's recent 2.9.1 <a href="http://lucene.apache.org/java/docs/index.html#6+November+2009+-+Lucene+Java+2.9.1+available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Java's recent 2.9.1 <a href="https://lucene.apache.org/java/docs/index.html#6+November+2009+-+Lucene+Java+2.9.1+available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##13 Oct 2009 - PyLucene 2.9.0-1 available
 
-This release tracks Lucene Java's recent 2.9.0 <a href="http://lucene.apache.org/java/docs/index.html#25+September+2009+-+Lucene+Java+2.9.0+available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+This release tracks Lucene Java's recent 2.9.0 <a href="https://lucene.apache.org/java/docs/index.html#25+September+2009+-+Lucene+Java+2.9.0+available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##03 Apr 2009 - PyLucene 2.4.1-1 available</title>
 
- This release tracks Lucene Java's recent 2.4.1 <a href="http://lucene.apache.org/java/docs/index.html#9+March+2009+-+Lucene+Java+2.4.1+available">release</a>.<br/>
- See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
+ This release tracks Lucene Java's recent 2.4.1 <a href="https://lucene.apache.org/java/docs/index.html#9+March+2009+-+Lucene+Java+2.4.1+available">release</a>.<br/>
+ See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##08 Jan 2009 - PyLucene joins Apache Lucene as a Subproject

Modified: lucene/cms/trunk/content/pylucene/version_control.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/version_control.mdtext?rev=1860570&r1=1860569&r2=1860570&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/version_control.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/version_control.mdtext Mon Jun  3 16:58:24 2019
@@ -1,5 +1,5 @@
 #Source Code
-The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
+The source files are now stored using Subversion (see https://subversion.tigris.org/ and https://svnbook.red-bean.com/)
 
 - Latest <b>trunk</b>:
-<code>svn checkout http://svn.apache.org/repos/asf/lucene/pylucene/trunk/ pylucene_trunk</code>
+<code>svn checkout https://svn.apache.org/repos/asf/lucene/pylucene/trunk/ pylucene_trunk</code>