summaryrefslogtreecommitdiff
path: root/priv/schema
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2019-03-20 12:05:53 +0300
committerGitHub <noreply@github.com>2019-03-20 12:05:53 +0300
commit626033a8c415be7ffc8360eac985f97d054935b3 (patch)
treeb28fc5c05f7c79b0e89ad26d11d515d03e736017 /priv/schema
parent5368ee86954d91e8949d55c6ee5e704149ec854b (diff)
parentc5568a9ed4f4d7e9e2fdfbbe3e1061939a0c3ccd (diff)
downloadrabbitmq-server-git-626033a8c415be7ffc8360eac985f97d054935b3.tar.gz
Merge pull request #1949 from spring-operator/polish-urls-remaining-master
URL Cleanup
Diffstat (limited to 'priv/schema')
-rw-r--r--priv/schema/rabbit.schema18
1 files changed, 9 insertions, 9 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index 4cc543d99f..4ca95cc536 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -130,7 +130,7 @@ fun(Conf) ->
end}.
%% TLS options.
-%% See http://www.rabbitmq.com/ssl.html for full documentation.
+%% See https://www.rabbitmq.com/ssl.html for full documentation.
%%
%% {ssl_options, [{cacertfile, "/path/to/testca/cacert.pem"},
%% {certfile, "/path/to/server/cert.pem"},
@@ -268,7 +268,7 @@ end}.
%% 'AMQPLAIN'. Additional mechanisms can be added via
%% plugins.
%%
-%% See http://www.rabbitmq.com/authentication.html for more details.
+%% See https://www.rabbitmq.com/authentication.html for more details.
%%
%% {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
@@ -431,7 +431,7 @@ end}.
%% On first start RabbitMQ will create a vhost and a user. These
%% config items control what gets created. See
-%% http://www.rabbitmq.com/access-control.html for further
+%% https://www.rabbitmq.com/access-control.html for further
%% information about vhosts and access control.
%%
%% {default_vhost, <<"/">>},
@@ -490,7 +490,7 @@ end}.
%% Tags for default user
%%
%% For more details about tags, see the documentation for the
-%% Management Plugin at http://www.rabbitmq.com/management.html.
+%% Management Plugin at https://www.rabbitmq.com/management.html.
%%
%% {default_user_tags, [administrator]},
@@ -559,7 +559,7 @@ end}.
%% Customising Socket Options.
%%
-%% See (http://www.erlang.org/doc/man/inet.html#setopts-2) for
+%% See (https://www.erlang.org/doc/man/inet.html#setopts-2) for
%% further documentation.
%%
%% {tcp_listen_options, [{backlog, 128},
@@ -658,7 +658,7 @@ end}.
%% Resource Limits & Flow Control
%% ==============================
%%
-%% See http://www.rabbitmq.com/memory.html for full details.
+%% See https://www.rabbitmq.com/memory.html for full details.
%% Memory-based Flow Control threshold.
%%
@@ -771,7 +771,7 @@ end}.
%%
%% How to respond to cluster partitions.
-%% See http://www.rabbitmq.com/partitions.html for further details.
+%% See https://www.rabbitmq.com/partitions.html for further details.
%%
%% {cluster_partition_handling, ignore},
@@ -907,7 +907,7 @@ end}.
%%
%% Make clustering happen *automatically* at startup - only applied
%% to nodes that have just been reset or started for the first time.
-%% See http://www.rabbitmq.com/clustering.html#auto-config for
+%% See https://www.rabbitmq.com/clustering.html#auto-config for
%% further details.
%%
%% {cluster_nodes, {['rabbit@my.host.com'], disc}},
@@ -1018,7 +1018,7 @@ end}.
[{datatype, integer}]}.
%% Size in bytes below which to embed messages in the queue index. See
-%% http://www.rabbitmq.com/persistence-conf.html
+%% https://www.rabbitmq.com/persistence-conf.html
%%
%% {queue_index_embed_msgs_below, 4096}