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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 001a086 Use HTTPS to access Apache resources.
001a086 is described below
commit 001a08695b730108f1806035c0c0fa726cc5d942
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 6 21:00:29 2019 -0400
Use HTTPS to access Apache resources.
---
src/site/apt/index.apt | 2 +-
src/site/xdoc/download_exec.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index c7ac71e..c0dc081 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -58,6 +58,6 @@ Apache Commons Exec
Version v1.1, is JDK 1.3 compatible.
- For previous releases, see the
{{{http://archive.apache.org/dist/commons/exec/}Apache Archive}}.
+ For previous releases, see the
{{{https://archive.apache.org/dist/commons/exec/}Apache Archive}}.
\ No newline at end of file
diff --git a/src/site/xdoc/download_exec.xml b/src/site/xdoc/download_exec.xml
index 64d6aa9..c08a001 100644
--- a/src/site/xdoc/download_exec.xml
+++ b/src/site/xdoc/download_exec.xml
@@ -131,7 +131,7 @@ limitations under the License.
</p>
<ul>
<li class="download"><a href="[preferred]/commons/exec/">browse
download area</a></li>
- <li><a
href="http://archive.apache.org/dist/commons/exec/">archives...</a></li>
+ <li><a
href="https://archive.apache.org/dist/commons/exec/">archives...</a></li>
</ul>
</section>
</body>