You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/01/07 17:42:20 UTC

[celix-site] branch master updated: Adding http mirrors as well to download.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new df0e8ff  Adding http mirrors as well to download.md
df0e8ff is described below

commit df0e8ff7ca2a2bf3970419ed1ce2abc488448ea1
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Mon Jan 7 18:41:25 2019 +0100

    Adding http mirrors as well to download.md
---
 source/download.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/source/download.md b/source/download.md
index 97658c8..1cd8a7f 100644
--- a/source/download.md
+++ b/source/download.md
@@ -14,15 +14,20 @@ mirrors (at the end of the mirrors list) that should be available.
 <form action="[location]" method="get" id="SelectMirror">
     Other mirrors:
     <select name="Preferred">
-        [if-any https] 
+        [if-any https]
         [for https]
         <option value="[https]">[https]</option>
         [end]
-        [end] 
+        [end]
+        [if-any http]
+        [for http]
+        <option value="[http]">[http]</option>
+        [end]
+        [end]
         [if-any ftp]
         [for ftp]<option value="[ftp]">[ftp]</option>
         [end]
-        [end] 
+        [end]
         [if-any backup]
         [for backup]<option value="[backup]">[backup] (backup)</option>
         [end]