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

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 3583ef747684a090868daebff01eaa0aca997405
Author: Nick Dimiduk <[email protected]>
AuthorDate: Fri Sep 13 12:05:53 2019 -0700

    HBASE-23022 Downloads page archive link should be https (#622)
    
    Signed-off-by: Sean Busbey <[email protected]>
    (cherry picked from commit a0486307635b681a70209748c42ac2f802cbffff)
---
 src/site/xdoc/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 2aabbba..c7229a8 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -194,7 +194,7 @@ under the License.
   </section>
 
   <p>If you are looking for an old release that is not present here or on the
-  mirror, check the <a href="http://archive.apache.org/dist/hbase/";>Apache 
Archive</a>.
+  mirror, check the <a href="https://archive.apache.org/dist/hbase/";>Apache 
Archive</a>.
   </p>
 </section>
 </body>

Reply via email to