This is an automated email from the ASF dual-hosted git repository. zrhoffman pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/trafficcontrol-website.git
commit ba4ac972c1fb0435427a376acd2122bc08d99755 Author: Zach Hoffman <[email protected]> AuthorDate: Mon Sep 28 13:47:36 2020 -0600 HTTPS URLs --- .htaccess | 6 +++--- index.html | 2 +- mailing_lists/index.html | 2 +- releases/index.html | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.htaccess b/.htaccess index 96f52d3..5327330 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,3 @@ -RedirectMatch 301 /docs(.*) http://traffic-control-cdn.readthedocs.io/en$1 -RedirectMatch 301 /licenses(.*) http://www.apache.org/licenses$1 -RedirectMatch 301 /foundation(.*) http://www.apache.org/foundation$1 +RedirectMatch 301 /docs(.*) https://traffic-control-cdn.readthedocs.io/en$1 +RedirectMatch 301 /licenses(.*) https://www.apache.org/licenses$1 +RedirectMatch 301 /foundation(.*) https://www.apache.org/foundation$1 diff --git a/index.html b/index.html index 0f8e97f..992bbed 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ Community </a> <div class="dropdown-menu" aria-labelledby="navbarDropdown"> - <a class="dropdown-item" href="http://traffic-control-cdn.slack.com/" target="_blank">Slack</a> + <a class="dropdown-item" href="https://traffic-control-cdn.slack.com/" target="_blank">Slack</a> <a class="dropdown-item" href="https://github.com/apache/trafficcontrol/blob/master/CONTRIBUTING.md">Contributing</a> <a class="dropdown-item" href="/mailing_lists/">Mailing Lists</a> <a class="dropdown-item" href="https://cwiki.apache.org/confluence/display/TC/">Wiki</a> diff --git a/mailing_lists/index.html b/mailing_lists/index.html index cfcfc6e..8e1b2f7 100644 --- a/mailing_lists/index.html +++ b/mailing_lists/index.html @@ -54,7 +54,7 @@ Community </a> <div class="dropdown-menu" aria-labelledby="navbarDropdown"> - <a class="dropdown-item" href="http://traffic-control-cdn.slack.com/" target="_blank">Slack</a> + <a class="dropdown-item" href="https://traffic-control-cdn.slack.com/" target="_blank">Slack</a> <a class="dropdown-item" href="https://github.com/apache/trafficcontrol/blob/master/CONTRIBUTING.md">Contributing</a> <a class="dropdown-item" href="/mailing_lists/">Mailing Lists</a> <a class="dropdown-item" href="https://cwiki.apache.org/confluence/display/TC/">Wiki</a> diff --git a/releases/index.html b/releases/index.html index d789895..84cd0b9 100644 --- a/releases/index.html +++ b/releases/index.html @@ -54,7 +54,7 @@ Community </a> <div class="dropdown-menu" aria-labelledby="navbarDropdown"> - <a class="dropdown-item" href="http://traffic-control-cdn.slack.com/" target="_blank">Slack</a> + <a class="dropdown-item" href="https://traffic-control-cdn.slack.com/" target="_blank">Slack</a> <a class="dropdown-item" href="/contributing">Contributing</a> <a class="dropdown-item" href="/mailing_lists/">Mailing Lists</a> <a class="dropdown-item" href="https://cwiki.apache.org/confluence/display/TC/">Wiki</a> @@ -103,7 +103,7 @@ <li><a href="https://downloads.apache.org/trafficcontrol/4.1.0/apache-trafficcontrol-4.1.0.tar.gz.sha512">SHA-512</a></li> <li><a href="https://downloads.apache.org/trafficcontrol/4.1.0/apache-trafficcontrol-4.1.0.tar.gz.asc">ASC</a></li> <li><a href="https://downloads.apache.org/trafficcontrol/KEYS">KEYS</a></li> - <li><a href="http://trafficcontrol.apache.org/downloads/profiles/4.1.x/">Default Profiles</a></li> + <li><a href="https://trafficcontrol.apache.org/downloads/profiles/4.1.x/">Default Profiles</a></li> </ul> </p> <h4>Release Notes</h4> @@ -197,7 +197,7 @@ gpg: Good signature from "Rawlin Peters (apache signing key) <[email protected]> <li><a href="https://downloads.apache.org/trafficcontrol/4.0.0/apache-trafficcontrol-4.0.0.tar.gz.sha512">SHA-512</a></li> <li><a href="https://downloads.apache.org/trafficcontrol/4.0.0/apache-trafficcontrol-4.0.0.tar.gz.asc">ASC</a></li> <li><a href="https://downloads.apache.org/trafficcontrol/KEYS">KEYS</a></li> - <li><a href="http://trafficcontrol.apache.org/downloads/profiles/4.0.x/">Default Profiles</a></li> + <li><a href="https://trafficcontrol.apache.org/downloads/profiles/4.0.x/">Default Profiles</a></li> </ul> </p> <h4>Release Notes</h4>
