Skip to content

Commit 3d27b40

Browse files
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).
1 parent 2f5ef79 commit 3d27b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rabbit_sysmon_handler.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%% except in compliance with the License. You may obtain
77
%% a copy of the License at
88
%%
9-
%% http://www.apache.org/licenses/LICENSE-2.0
9+
%% https://www.apache.org/licenses/LICENSE-2.0
1010
%%
1111
%% Unless required by applicable law or agreed to in writing,
1212
%% software distributed under the License is distributed on an

src/rabbit_sysmon_minder.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%% except in compliance with the License. You may obtain
88
%% a copy of the License at
99
%%
10-
%% http://www.apache.org/licenses/LICENSE-2.0
10+
%% https://www.apache.org/licenses/LICENSE-2.0
1111
%%
1212
%% Unless required by applicable law or agreed to in writing,
1313
%% software distributed under the License is distributed on an

0 commit comments

Comments
 (0)