summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSpring Operator <spring-operator@users.noreply.github.com>2019-03-21 03:23:21 -0500
committerSpring Operator <spring-operator@users.noreply.github.com>2019-03-21 03:23:21 -0500
commit81b07f2eed4daa064b3b793e4fd6f1df52c5c7bd (patch)
tree1524ae5952f79ada4c0d93533f7292cc70a41318 /src
parent58ca7b99a1092c5b6d73a9263712391eef1b5955 (diff)
downloadrabbitmq-server-git-81b07f2eed4daa064b3b793e4fd6f1df52c5c7bd.tar.gz
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_sysmon_handler.erl2
-rw-r--r--src/rabbit_sysmon_minder.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_sysmon_handler.erl b/src/rabbit_sysmon_handler.erl
index f4b286f032..a03562ef78 100644
--- a/src/rabbit_sysmon_handler.erl
+++ b/src/rabbit_sysmon_handler.erl
@@ -6,7 +6,7 @@
%% except in compliance with the License. You may obtain
%% a copy of the License at
%%
-%% http://www.apache.org/licenses/LICENSE-2.0
+%% https://www.apache.org/licenses/LICENSE-2.0
%%
%% Unless required by applicable law or agreed to in writing,
%% software distributed under the License is distributed on an
diff --git a/src/rabbit_sysmon_minder.erl b/src/rabbit_sysmon_minder.erl
index 42cf1179eb..ef80264fcc 100644
--- a/src/rabbit_sysmon_minder.erl
+++ b/src/rabbit_sysmon_minder.erl
@@ -7,7 +7,7 @@
%% except in compliance with the License. You may obtain
%% a copy of the License at
%%
-%% http://www.apache.org/licenses/LICENSE-2.0
+%% https://www.apache.org/licenses/LICENSE-2.0
%%
%% Unless required by applicable law or agreed to in writing,
%% software distributed under the License is distributed on an