You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2019/09/13 19:06:02 UTC

[hbase] 01/01: Downloads page archive link should be https

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

ndimiduk pushed a commit to branch downloads-page-archive-link-https
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit cdadf698e2faf4c8ce9e58020071edc98a04fa0e
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Fri Sep 13 12:05:53 2019 -0700

    Downloads page archive link should be https
---
 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>