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

Commit 8b73427

Browse files
Merge pull request #37 from spring-operator/polish-urls-remaining-master
URL Cleanup
2 parents eb2f558 + 9591e22 commit 8b73427

16 files changed

+65
-65
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

4242
This Code of Conduct is adapted from the
43-
[Contributor Covenant](http://contributor-covenant.org), version 1.3.0, available at
44-
[contributor-covenant.org/version/1/3/0/](http://contributor-covenant.org/version/1/3/0/)
43+
[Contributor Covenant](https://contributor-covenant.org), version 1.3.0, available at
44+
[contributor-covenant.org/version/1/3/0/](https://contributor-covenant.org/version/1/3/0/)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The process is fairly standard:
1111
* Clone [RabbitMQ umbrella repository](https://github.com/rabbitmq/rabbitmq-public-umbrella)
1212
* `cd umbrella`, `make co`
1313
* Create a branch with a descriptive name in the relevant repositories
14-
* Make your changes, run tests, commit with a [descriptive message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html), push to your fork
14+
* Make your changes, run tests, commit with a [descriptive message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html), push to your fork
1515
* Submit pull requests with an explanation what has been changed and **why**
1616
* Submit a filled out and signed [Contributor Agreement](https://github.com/rabbitmq/ca#how-to-submit) if needed (see below)
1717
* Be patient. We will get to your pull request eventually

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ EXHIBIT A -Mozilla Public License.
437437
``The contents of this file are subject to the Mozilla Public License
438438
Version 1.1 (the "License"); you may not use this file except in
439439
compliance with the License. You may obtain a copy of the License at
440-
http://www.mozilla.org/MPL/
440+
https://www.mozilla.org/MPL/
441441

442442
Software distributed under the License is distributed on an "AS IS"
443443
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ handlers to be executed, dispatched by URL path prefix.
77

88
See
99

10-
* [Management plugin guide](http://www.rabbitmq.com/management.html)
11-
* [Web STOMP guide](http://www.rabbitmq.com/web-stomp.html)
12-
* [Web MQTT guide](http://www.rabbitmq.com/web-mqtt.html)
10+
* [Management plugin guide](https://www.rabbitmq.com/management.html)
11+
* [Web STOMP guide](https://www.rabbitmq.com/web-stomp.html)
12+
* [Web MQTT guide](https://www.rabbitmq.com/web-mqtt.html)
1313

1414
for information on configuring plugins that expose an HTTP or WebSocket interface.

erlang.mk

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

src/rabbit_cowboy_middleware.erl

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

src/rabbit_cowboy_redirect.erl

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

src/rabbit_cowboy_stream_h.erl

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

src/rabbit_web_dispatch.erl

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

src/rabbit_web_dispatch_app.erl

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

src/rabbit_web_dispatch_listing_handler.erl

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

src/rabbit_web_dispatch_registry.erl

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

src/rabbit_web_dispatch_sup.erl

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

src/rabbit_web_dispatch_util.erl

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

test/rabbit_web_dispatch_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%% The contents of this file are subject to the Mozilla Public License
22
%% Version 1.1 (the "License"); you may not use this file except in
33
%% compliance with the License. You may obtain a copy of the License
4-
%% at http://www.mozilla.org/MPL/
4+
%% at https://www.mozilla.org/MPL/
55
%%
66
%% Software distributed under the License is distributed on an "AS IS"
77
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
@@ -82,7 +82,7 @@ query_static_resource_test1(Host, Port) ->
8282
?MODULE, "test/priv/www", "Test"),
8383
inets:start(),
8484
{ok, {_Status, _Headers, Body}} =
85-
httpc:request(format("http://~s:~w/rabbit_web_dispatch_test/index.html", [Host, Port])),
85+
httpc:request(format("https://~s:~w/rabbit_web_dispatch_test/index.html", [Host, Port])),
8686
?assert(string:str(Body, "RabbitMQ HTTP Server Test Page") /= 0),
8787

8888
passed.

test/rabbit_web_dispatch_unit_SUITE.erl

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

0 commit comments

Comments
 (0)