You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/12/13 20:19:38 UTC

[helix] branch master updated: 2310/update some links to https (#2311)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37a8d8957 2310/update some links to https (#2311)
37a8d8957 is described below

commit 37a8d895701a2d14f34b453fcb7bbcbb7732e417
Author: Arnout Engelen <ar...@engelen.eu>
AuthorDate: Tue Dec 13 21:19:33 2022 +0100

    2310/update some links to https (#2311)
    
    Fixes #2310
---
 website/pom.xml                                |  4 +-
 website/src/site/apt/privacy-policy.apt        |  4 +-
 website/src/site/apt/releasing.apt             |  8 ++--
 website/src/site/markdown/Architecture.md      |  4 +-
 website/src/site/markdown/Publications.md      | 12 +++---
 website/src/site/markdown/index.md             |  2 +-
 website/src/site/markdown/involved/building.md |  2 +-
 website/src/site/markdown/sources.md           |  6 +--
 website/src/site/site.xml                      | 12 +++---
 website/src/site/xdoc/download.xml.vm          | 56 +++++++++++++-------------
 10 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/website/pom.xml b/website/pom.xml
index d7f022d35..3ed98611e 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -34,14 +34,14 @@
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
 
   <organization>
     <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
+    <url>https://www.apache.org</url>
   </organization>
 
   <modules>
diff --git a/website/src/site/apt/privacy-policy.apt b/website/src/site/apt/privacy-policy.apt
index ada93631d..d59935456 100644
--- a/website/src/site/apt/privacy-policy.apt
+++ b/website/src/site/apt/privacy-policy.apt
@@ -41,8 +41,8 @@ Privacy Policy
   []
 
   Part of this information is gathered using a tracking cookie set by the 
-  {{{http://www.google.com/analytics/}Google Analytics}} service and handled by Google as described in their 
-  {{{http://www.google.com/privacy.html}privacy policy}}. See your browser documentation for instructions on how to 
+  {{{https://www.google.com/analytics/}Google Analytics}} service and handled by Google as described in their 
+  {{{https://www.google.com/privacy.html}privacy policy}}. See your browser documentation for instructions on how to 
   disable the cookie if you prefer not to share this data with Google.
 
   We use the gathered information to help us make our site more useful to visitors and to better understand how and 
diff --git a/website/src/site/apt/releasing.apt b/website/src/site/apt/releasing.apt
index c68fd4421..a9d55f607 100644
--- a/website/src/site/apt/releasing.apt
+++ b/website/src/site/apt/releasing.apt
@@ -23,7 +23,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+~~ https://maven.apache.org/guides/mini/guide-apt-format.html
 
 Helix Release Process
 
@@ -137,7 +137,7 @@ This is to call for a vote on releasing the following candidate as Apache Helix
 Apache Helix is a generic cluster management framework that makes it easy to build partitioned and replicated, fault-tolerant and scalable distributed systems.
 
 Release notes:
-http://helix.apache.org/releasenotes/release-[VERSION].html
+https://helix.apache.org/[VERSION]-docs/releasenotes/release-[VERSION].html
 
 Release artifacts:
 https://repository.apache.org/content/repositories/orgapachehelix-[NNNN]
@@ -234,8 +234,8 @@ http://helix.apache.org/[VERSION]-docs/download.cgi
 
 Additional info
 
-Website: http://helix.apache.org/
-Helix mailing lists: http://helix.apache.org/mail-lists.html
+Website: https://helix.apache.org/
+Helix mailing lists: https://helix.apache.org/mail-lists.html
 
 We hope you will enjoy using the latest release of Apache Helix!
 
diff --git a/website/src/site/markdown/Architecture.md b/website/src/site/markdown/Architecture.md
index 1d724ad9f..7431c261f 100644
--- a/website/src/site/markdown/Architecture.md
+++ b/website/src/site/markdown/Architecture.md
@@ -69,7 +69,7 @@ Both have pros and cons, which will be discussed later and one can chose the mod
 
 ## Cluster State Metadata Store
 
-We need a distributed store to maintain the state of the cluster and a notification system to notify if there is any change in the cluster state. Helix uses [Apache ZooKeeper](http://zookeeper.apache.org) to achieve this functionality.
+We need a distributed store to maintain the state of the cluster and a notification system to notify if there is any change in the cluster state. Helix uses [Apache ZooKeeper](https://zookeeper.apache.org) to achieve this functionality.
 
 Zookeeper provides:
 
@@ -79,7 +79,7 @@ Zookeeper provides:
 
 The namespace provided by ZooKeeper is much like that of a standard file system. A name is a sequence of path elements separated by a slash (/). Every node (ZNode) in ZooKeeper\'s namespace is identified by a path.
 
-More info on Zookeeper can be found at [http://zookeeper.apache.org](http://zookeeper.apache.org)
+More info on Zookeeper can be found at [https://zookeeper.apache.org](https://zookeeper.apache.org)
 
 ## State Machine and Constraints
 
diff --git a/website/src/site/markdown/Publications.md b/website/src/site/markdown/Publications.md
index e2f36b1d8..3db02f307 100644
--- a/website/src/site/markdown/Publications.md
+++ b/website/src/site/markdown/Publications.md
@@ -27,11 +27,11 @@ Publications
 
 * Untangling cluster management using Helix at [SOCC Oct 2012](http://www.socc2012.org/home/program)
     - [paper](https://915bbc94-a-62cb3a1a-s-sites.googlegroups.com/site/acm2012socc/helix_onecol.pdf)
-    - [presentation](http://www.slideshare.net/KishoreGopalakrishna/helix-socc-v10final)
+    - [presentation](https://www.slideshare.net/KishoreGopalakrishna/helix-socc-v10final)
 * Building distributed systems using Helix
-    - [presentation at RelateIQ](http://www.slideshare.net/KishoreGopalakrishna/helix-talk)
-    - [presentation at ApacheCon](http://www.slideshare.net/KishoreGopalakrishna/apache-con-buildingddsusinghelix)
-    - [presentation at VMWare](http://www.slideshare.net/KishoreGopalakrishna/apache-helix-presentation-at-vmware)
+    - [presentation at RelateIQ](https://www.slideshare.net/KishoreGopalakrishna/helix-talk)
+    - [presentation at ApacheCon](https://www.slideshare.net/KishoreGopalakrishna/apache-con-buildingddsusinghelix)
+    - [presentation at VMWare](https://www.slideshare.net/KishoreGopalakrishna/apache-helix-presentation-at-vmware)
 * Data driven testing:
-    - [short talk at LSPE meetup](http://www.slideshare.net/KishoreGopalakrishna/data-driven-testing)
-    - [paper DBTest 2013 acm SIGMOD:will be published on Jun 24, 2013](http://dbtest2013.soe.ucsc.edu/Program.htm)
+    - [short talk at LSPE meetup](https://www.slideshare.net/KishoreGopalakrishna/data-driven-testing)
+    - [paper DBTest 2013 acm SIGMOD:will be published on Jun 24, 2013](https://dbtest2013.soe.ucsc.edu/Program.htm)
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
index ed073ec63..8f4961194 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -67,7 +67,7 @@ Modeling a distributed system as a state machine with constraints on states and
 
 ### Join the Conversation
 
-[Bay Area Meetup Group](http://www.meetup.com/Building-distributed-systems-using-Apache-Helix-Meetup-group/)
+[Bay Area Meetup Group](https://www.meetup.com/Building-distributed-systems-using-Apache-Helix-Meetup-group/)
 
 [`#apachehelix`](./IRC.html)
 
diff --git a/website/src/site/markdown/involved/building.md b/website/src/site/markdown/involved/building.md
index 96a0faee4..4c3ffbe16 100644
--- a/website/src/site/markdown/involved/building.md
+++ b/website/src/site/markdown/involved/building.md
@@ -21,7 +21,7 @@ under the License.
 Building Apache Helix
 --------------
 
-First you need to install [Apache Maven](http://maven.apache.org) 2.0.8+.
+First you need to install [Apache Maven](https://maven.apache.org) 2.0.8+.
 
 To install JARs locally:
 
diff --git a/website/src/site/markdown/sources.md b/website/src/site/markdown/sources.md
index 0d5dd900a..29d907803 100644
--- a/website/src/site/markdown/sources.md
+++ b/website/src/site/markdown/sources.md
@@ -25,7 +25,7 @@ under the License.
 
 ### Overview
 
-This project uses [Git](http://git-scm.com/) to manage its source code. Instructions on Git can be found at [http://git-scm.com/documentation](http://git-scm.com/documentation).
+This project uses [Git](https://git-scm.com/) to manage its source code. Instructions on Git can be found at [https://git-scm.com/documentation](https://git-scm.com/documentation).
 
 ### Web Access
 
@@ -35,7 +35,7 @@ The following is a link to the online source repository.
 
 ### Anonymous Access
 
-The source can be checked out anonymously from Git with this command (See [http://git-scm.com/docs/git-clone](http://git-scm.com/docs/git-clone)):
+The source can be checked out anonymously from Git with this command (See [https://git-scm.com/docs/git-clone](https://git-scm.com/docs/git-clone)):
 
 ```
 git clone https://git-wip-us.apache.org/repos/asf/helix.git
@@ -43,7 +43,7 @@ git clone https://git-wip-us.apache.org/repos/asf/helix.git
 
 ### Developer Access
 
-Only project developers can access the Git tree via this method (See [http://git-scm.com/docs/git-clone](http://git-scm.com/docs/git-clone)).
+Only project developers can access the Git tree via this method (See [https://git-scm.com/docs/git-clone](https://git-scm.com/docs/git-clone)).
 
 ```
 git clone https://git-wip-us.apache.org/repos/asf/helix.git
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index fe8b4d05a..2c4f1c8d2 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -45,7 +45,7 @@
   <body>
 
     <breadcrumbs position="left">
-      <item name="Apache Helix" href="http://helix.apache.org/"/>
+      <item name="Apache Helix" href="https://helix.apache.org/"/>
     </breadcrumbs>
 
     <menu name="Learn">
@@ -93,11 +93,11 @@
 
 -->
     <menu name="ASF">
-      <item name="ASF Home" href="http://www.apache.org/"/>
-      <item name="License" href="http://www.apache.org/licenses/"/>
-      <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
-      <item name="Security" href="http://www.apache.org/security/"/>
+      <item name="ASF Home" href="https://www.apache.org/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
+      <item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="https://www.apache.org/foundation/thanks.html"/>
+      <item name="Security" href="https://www.apache.org/security/"/>
     </menu>
     <footer><![CDATA[
       <div class="row span16"><div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation.
diff --git a/website/src/site/xdoc/download.xml.vm b/website/src/site/xdoc/download.xml.vm
index e8a5c7e43..17244e37b 100644
--- a/website/src/site/xdoc/download.xml.vm
+++ b/website/src/site/xdoc/download.xml.vm
@@ -35,7 +35,7 @@ under the License.
 
     <section name="Apache Helix Downloads">
       <p>Apache Helix artifacts are distributed in source and binary form under the terms of the
-        <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         See the included <tt>LICENSE</tt> and <tt>NOTICE</tt> files included in each artifact for additional license
         information.
       </p>
@@ -90,7 +90,7 @@ under the License.
 
         <p>
           You may also consult the
-          <a href="http://www.apache.org/mirrors/">complete list of mirrors.</a>
+          <a href="https://www.apache.org/mirrors/">complete list of mirrors.</a>
         </p>
 
       </subsection>
@@ -109,11 +109,11 @@ under the License.
                 <a href="[preferred]/helix/${currentRelease}/src/helix-${currentRelease}-src.zip">helix-${currentRelease}-src.zip</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.asc">asc</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.asc">asc</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.md5">md5</a>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.md5">md5</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.sha1">sha1</a>
               </td>
             </tr>
           </tbody>
@@ -134,11 +134,11 @@ under the License.
                 <a href="[preferred]/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar">helix-core-${currentRelease}-pkg.tar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.asc">asc</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.md5">md5</a>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
@@ -146,11 +146,11 @@ under the License.
                 <a href="[preferred]/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar">helix-admin-webapp-${currentRelease}-pkg.tar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.asc">asc</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.md5">md5</a>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
@@ -158,11 +158,11 @@ under the License.
                 <a href="[preferred]/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar">helix-agent-${currentRelease}-pkg.tar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.asc">asc</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.md5">md5</a>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
@@ -170,11 +170,11 @@ under the License.
                 <a href="[preferred]/helix/${currentRelease}/binaries/helix-provisioning-${currentRelease}-pkg.tar">helix-provisioning-${currentRelease}-pkg.tar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-provisioning-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-provisioning-${currentRelease}-pkg.tar.asc">asc</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-provisioning-${currentRelease}-pkg.tar.md5">md5</a>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-provisioning-${currentRelease}-pkg.tar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-provisioning-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-provisioning-${currentRelease}-pkg.tar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
@@ -182,11 +182,11 @@ under the License.
                 <a href="[preferred]/helix/${currentRelease}/binaries/helix-ipc-${currentRelease}-pkg.tar">helix-ipc-${currentRelease}-pkg.tar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-ipc-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-ipc-${currentRelease}-pkg.tar.asc">asc</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-ipc-${currentRelease}-pkg.tar.md5">md5</a>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-ipc-${currentRelease}-pkg.tar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-ipc-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-ipc-${currentRelease}-pkg.tar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
@@ -194,11 +194,11 @@ under the License.
                 <a href="[preferred]/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar">helix-examples-${currentRelease}-pkg.tar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.asc">asc</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.md5">md5</a>
-                <a href="http://www.apache.org/dist/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="https://www.apache.org/dist/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.sha1">sha1</a>
               </td>
             </tr>
           </tbody>
@@ -210,8 +210,8 @@ under the License.
     </section>-->
 
     <section name="Verifying Releases">
-      <p>It is essential that you verify the integrity of the downloaded file using the PGP signature (<tt>.asc</tt> file) or a hash (<tt>.md5</tt> or <tt>.sha1</tt> file). Please read <a href="http://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> for more information on why you should verify our releases.</p>
-      <p>The PGP signature can be verified using <a href="http://www.pgpi.org/">PGP</a> or <a href="http://www.gnupg.org/">GPG</a>. First download the <a href="http://www.apache.org/dist/helix/KEYS">KEYS</a> as well as the <tt>*.asc</tt> signature files for the relevant distribution. Make sure you get these files from the main distribution site, rather than from a mirror. Then verify the signatures using one of the following sets of commands:
+      <p>It is essential that you verify the integrity of the downloaded file using the PGP signature (<tt>.asc</tt> file) or a hash (<tt>.md5</tt> or <tt>.sha1</tt> file). Please read <a href="https://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> for more information on why you should verify our releases.</p>
+      <p>The PGP signature can be verified using <a href="https://www.pgpi.org/">PGP</a> or <a href="https://www.gnupg.org/">GPG</a>. First download the <a href="https://www.apache.org/dist/helix/KEYS">KEYS</a> as well as the <tt>*.asc</tt> signature files for the relevant distribution. Make sure you get these files from the main distribution site, rather than from a mirror. Then verify the signatures using one of the following sets of commands:
 
         <source>% pgpk -a KEYS
 % pgpv downloaded_file.asc</source>
@@ -229,14 +229,14 @@ under the License.
     <p>Alternatively, you can verify the MD5 signature on the files. A Unix/Linux program called
       <code>md5</code> or
       <code>md5sum</code> is included in most distributions.  It is also available as part of
-      <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.
+      <a href="https://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.
       Windows users can get binary md5 programs from these (and likely other) places:
       <ul>
         <li>
-          <a href="http://www.md5summer.org/">http://www.md5summer.org/</a>
+          <a href="https://www.md5summer.org/">https://www.md5summer.org/</a>
         </li>
         <li>
-          <a href="http://www.fourmilab.ch/md5/">http://www.fourmilab.ch/md5/</a>
+          <a href="https://www.fourmilab.ch/md5/">https://www.fourmilab.ch/md5/</a>
         </li>
         <li>
           <a href="http://www.pc-tools.net/win32/md5sums/">http://www.pc-tools.net/win32/md5sums/</a>