1
0

Use HTTPS

This commit is contained in:
Gary Gregory
2023-11-19 08:53:14 -05:00
parent cd210b5d9b
commit 38f9e3dac8
10 changed files with 120 additions and 136 deletions

View File

@@ -60,13 +60,13 @@ containing any code that is specific to the logging implementation used.</p>
Release Notes</a> document the new features and bug fixes that have been
included in the latest release.</p>
<p>The <a href="http://commons.apache.org/logging/apidocs/index.html">
<p>The <a href="https//commons.apache.org/logging/apidocs/index.html">
Javadoc API documents</a> for the latest release are available online.
In particular, you should read the package overview of the <code>org.apache.commons.logging</code>
package. In addition, there is a (short)
<a href="guide.html">User Guide</a>.</p>
<p>The <a href="http://wiki.apache.org/commons/Logging">Wiki site</a> has
<p>The <a href="https//wiki.apache.org/commons/Logging">Wiki site</a> has
the latest updates, an FAQ and much other useful information.</p>
<p>
Users needing to become experts or wanting to help develop JCL should
@@ -79,7 +79,7 @@ This gives short introductions to topics such as advanced class loading.
<section name="Releases">
<p>
Binary and source distributions are available
<a href="http://commons.apache.org/logging/download_logging.cgi">here</a>.
<a href="https//commons.apache.org/logging/download_logging.cgi">here</a>.
</p>
<subsection name='1.2 Release - July 2014'>
<p>The main purpose of the 1.2 release is to drop support for Java 1.1.</p>
@@ -138,7 +138,7 @@ Binary and source distributions are available
</section>
<section name="Development Builds">
<p>Regular builds of the current SVN HEAD code are made available. See the
<a href="http://wiki.apache.org/commons/Logging">wiki</a> for details.</p>
<a href="https//wiki.apache.org/commons/Logging">wiki</a> for details.</p>
</section>
</body>
</document>