This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f333067  Uses https instead of http
f333067 is described below

commit f33306778eecc6864f8ea3dd5a5b1bc5553263f6
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Nov 28 20:55:25 2017 +0100

    Uses https instead of http
---
 source/download.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/download.html b/source/download.html
index 5d71730..9ad52a1 100644
--- a/source/download.html
+++ b/source/download.html
@@ -32,9 +32,9 @@ title: Download a Release
 <form action="[location]" method="get" id="SelectMirror">
   Other mirrors:
   <select name="Preferred">
-    [if-any http]
-    [for http]
-    <option value="[http]">[http]</option>
+    [if-any https]
+    [for https]
+    <option value="[https]">[https]</option>
     [end]
     [end]
     [if-any ftp]

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to