Skip to content

Commit 92f9678

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.mozilla.org/MPL/ migrated to: https://www.mozilla.org/MPL/ ([https](https://www.mozilla.org/MPL/) result 301).
1 parent b5b8ecd commit 92f9678

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

scripts/rabbitmq-diagnostics.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
REM The contents of this file are subject to the Mozilla Public License
33
REM Version 1.1 (the "License"); you may not use this file except in
44
REM compliance with the License. You may obtain a copy of the License
5-
REM at http://www.mozilla.org/MPL/
5+
REM at https://www.mozilla.org/MPL/
66
REM
77
REM Software distributed under the License is distributed on an "AS IS"
88
REM basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

scripts/rabbitmq-plugins.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
REM The contents of this file are subject to the Mozilla Public License
44
REM Version 1.1 (the "License"); you may not use this file except in
55
REM compliance with the License. You may obtain a copy of the License
6-
REM at http://www.mozilla.org/MPL/
6+
REM at https://www.mozilla.org/MPL/
77
REM
88
REM Software distributed under the License is distributed on an "AS IS"
99
REM basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

scripts/rabbitmq-queues.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
REM The contents of this file are subject to the Mozilla Public License
33
REM Version 1.1 (the "License"); you may not use this file except in
44
REM compliance with the License. You may obtain a copy of the License
5-
REM at http://www.mozilla.org/MPL/
5+
REM at https://www.mozilla.org/MPL/
66
REM
77
REM Software distributed under the License is distributed on an "AS IS"
88
REM basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

scripts/rabbitmq-server.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
REM The contents of this file are subject to the Mozilla Public License
33
REM Version 1.1 (the "License"); you may not use this file except in
44
REM compliance with the License. You may obtain a copy of the License
5-
REM at http://www.mozilla.org/MPL/
5+
REM at https://www.mozilla.org/MPL/
66
REM
77
REM Software distributed under the License is distributed on an "AS IS"
88
REM basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

scripts/rabbitmq-service.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
REM The contents of this file are subject to the Mozilla Public License
33
REM Version 1.1 (the "License"); you may not use this file except in
44
REM compliance with the License. You may obtain a copy of the License
5-
REM at http://www.mozilla.org/MPL/
5+
REM at https://www.mozilla.org/MPL/
66
REM
77
REM Software distributed under the License is distributed on an "AS IS"
88
REM basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

scripts/rabbitmqctl.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
REM The contents of this file are subject to the Mozilla Public License
33
REM Version 1.1 (the "License"); you may not use this file except in
44
REM compliance with the License. You may obtain a copy of the License
5-
REM at http://www.mozilla.org/MPL/
5+
REM at https://www.mozilla.org/MPL/
66
REM
77
REM Software distributed under the License is distributed on an "AS IS"
88
REM basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

0 commit comments

Comments
 (0)