This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 2f976a9 Use HTTPS to access Apache resources.
2f976a9 is described below
commit 2f976a93b4dcb91a1c73b49d3944ae96c784d3c3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 6 20:58:32 2019 -0400
Use HTTPS to access Apache resources.
---
src/site/xdoc/download_cli.xml | 2 +-
src/site/xdoc/index.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/xdoc/download_cli.xml b/src/site/xdoc/download_cli.xml
index 249ed69..2519a0f 100644
--- a/src/site/xdoc/download_cli.xml
+++ b/src/site/xdoc/download_cli.xml
@@ -131,7 +131,7 @@ limitations under the License.
</p>
<ul>
<li class="download"><a href="[preferred]/commons/cli/">browse
download area</a></li>
- <li><a
href="http://archive.apache.org/dist/commons/cli/">archives...</a></li>
+ <li><a
href="https://archive.apache.org/dist/commons/cli/">archives...</a></li>
</ul>
</section>
</body>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6cb72e2..81df870 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -99,7 +99,7 @@ usage: ls
The <a href="release_1_4.html">release notes</a> are also available.
</p>
<p>
- For previous releases, see the <a
href="http://archive.apache.org/dist/commons/cli/">Apache Archive</a>.
+ For previous releases, see the <a
href="https://archive.apache.org/dist/commons/cli/">Apache Archive</a>.
</p>
</section>