Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit b6a890c

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 4247f55 commit b6a890c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/webmachine_log.erl

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

src/webmachine_log_handler.erl

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

0 commit comments

Comments
 (0)