You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/09/12 17:32:44 UTC

svn commit: r1866859 - in /ofbiz/site: download.html template/page/download.tpl.php

Author: jleroux
Date: Thu Sep 12 17:32:44 2019
New Revision: 1866859

URL: http://svn.apache.org/viewvc?rev=1866859&view=rev
Log:
Improved: 
Please use HTTPS for KEYS, sigs and hashes (OFBIZ-11193)

Fixes typos

Thanks: Sebb (Sebastian Bazley)

Modified:
    ofbiz/site/download.html
    ofbiz/site/template/page/download.tpl.php

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1866859&r1=1866858&r2=1866859&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Thu Sep 12 17:32:44 2019
@@ -129,7 +129,7 @@
                   <ul>
                     <li>
                       <h2>OFBiz 16.11.06</h2>
-                      <a href="https:///www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" class="moreLink">&rarr; Download</a>
+                      <a href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" class="moreLink">&rarr; Download</a>
                     </li>
                   </ul>
                 </div>
@@ -155,11 +155,11 @@
             <h2>Apache OFBiz 16.11.06</h2>
             <div class="divider"><span></span></div>
             <p> Released in September 2019, this is the sixth release of the 16.11 series, that has been stabilized since November 2016. </p>
-            <a href ="https:///www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" >Download OFBiz 16.11.06</a>
-            <a href ="https://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.asc" target="external">[PGP]</a>
-            <a href ="https:///www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.sha512" target="external">[SHA512]</a>
-            <a href ="https:///www.apache.org/dist/ofbiz/KEYS" target="external">[KEYS]</a>
-            <a href ="release-notes-16.11.06.html">[Release Notes]</a>
+            <a href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" >Download OFBiz 16.11.06</a>
+            <a href="https://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.asc" target="external">[PGP]</a>
+            <a href="https://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.sha512" target="external">[SHA512]</a>
+            <a href="https://www.apache.org/dist/ofbiz/KEYS" target="external">[KEYS]</a>
+            <a href="release-notes-16.11.06.html">[Release Notes]</a>
 
             <h2>Earlier Releases</h2>
             <div class="divider"><span></span></div>

Modified: ofbiz/site/template/page/download.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1866859&r1=1866858&r2=1866859&view=diff
==============================================================================
--- ofbiz/site/template/page/download.tpl.php (original)
+++ ofbiz/site/template/page/download.tpl.php Thu Sep 12 17:32:44 2019
@@ -31,7 +31,7 @@
                   <ul>
                     <li>
                       <h2>OFBiz 16.11.06</h2>
-                      <a href="https:///www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" class="moreLink">&rarr; Download</a>
+                      <a href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" class="moreLink">&rarr; Download</a>
                     </li>
                   </ul>
                 </div>
@@ -57,11 +57,11 @@
             <h2>Apache OFBiz 16.11.06</h2>
             <div class="divider"><span></span></div>
             <p> Released in September 2019, this is the sixth release of the 16.11 series, that has been stabilized since November 2016. </p>
-            <a href ="https:///www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" >Download OFBiz 16.11.06</a>
-            <a href ="https://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.asc" target="external">[PGP]</a>
-            <a href ="https:///www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.sha512" target="external">[SHA512]</a>
-            <a href ="https:///www.apache.org/dist/ofbiz/KEYS" target="external">[KEYS]</a>
-            <a href ="release-notes-16.11.06.html">[Release Notes]</a>
+            <a href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.06.zip" target="external" >Download OFBiz 16.11.06</a>
+            <a href="https://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.asc" target="external">[PGP]</a>
+            <a href="https://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.06.zip.sha512" target="external">[SHA512]</a>
+            <a href="https://www.apache.org/dist/ofbiz/KEYS" target="external">[KEYS]</a>
+            <a href="release-notes-16.11.06.html">[Release Notes]</a>
 
             <h2>Earlier Releases</h2>
             <div class="divider"><span></span></div>