Skip to content

Commit 471fcad

Browse files
author
Gary Gregory
committed
Use HTTPS links to Apache.
1 parent e42727d commit 471fcad

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ o CODEC-176: Spelling fixes in Javadoc and comments. Thanks to Ville Skyttä.
165165
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
166166
patches, or suggestions for improvement, see the Apache Commons Codec website:
167167

168-
http://commons.apache.org/proper/commons-codec/
168+
https://commons.apache.org/proper/commons-codec/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939
widely used encoders and decoders, the codec package also maintains a
4040
collection of phonetic encoding utilities.
4141
</description>
42-
<url>http://commons.apache.org/proper/commons-codec/</url>
42+
<url>https://commons.apache.org/proper/commons-codec/</url>
4343
<issueManagement>
4444
<system>jira</system>
4545
<url>http://issues.apache.org/jira/browse/CODEC</url>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<body>
2626
<menu name="Codec">
2727
<item name="Overview" href="/index.html"/>
28-
<item name="Download" href="http://commons.apache.org/codec/download_codec.cgi"/>
28+
<item name="Download" href="https://commons.apache.org/codec/download_codec.cgi"/>
2929
<item name="Users guide" href="/userguide.html"/>
3030
<item name="Javadoc trunk" href="/apidocs/index.html"/>
3131
<item name="Javadoc 1.12" href="/archives/1.12/apidocs/index.html"/>

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The <a href="source-repository.html">subversion repository</a> can be
8787
<!-- ================================================== -->
8888
<section name="Releases">
8989
<ul>
90-
<li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.12 (mirrors)</a> requires Java 1.7</li>
90+
<li><a href="https://commons.apache.org/codec/download_codec.cgi">Codec 1.12 (mirrors)</a> requires Java 1.7</li>
9191
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.11 (archives)</a> requires Java 1.6</li>
9292
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.10 (archives)</a> requires Java 1.6</li>
9393
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.9 (archives)</a> requires Java 1.6</li>
@@ -98,7 +98,7 @@ The <a href="source-repository.html">subversion repository</a> can be
9898
</ul>
9999
<p>
100100
See the
101-
<a href="http://commons.apache.org/codec/download_codec.cgi">Download Page</a>
101+
<a href="https://commons.apache.org/codec/download_codec.cgi">Download Page</a>
102102
for the latest releases.<br />
103103
</p>
104104
<p>

src/site/xdoc/mail-lists.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<section name="Overview">
5050
<p>
5151
<a href="index.html">Apache Commons Codec</a> shares mailing lists with all the other
52-
<a href="http://commons.apache.org/components.html">Commons Components</a>.
52+
<a href="https://commons.apache.org/components.html">Commons Components</a>.
5353
To make it easier for people to only read messages related to components they are interested in,
5454
the convention in Commons is to prefix the subject line of messages with the component's name,
5555
for example:

0 commit comments

Comments
 (0)