Skip to content

Commit 5264c62

Browse files
Correct a couple of doc guide links
(cherry picked from commit 5c9dd2e7c9df89f4ca6fdd8681d669b293541f0a)
1 parent 7b64132 commit 5264c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbit/priv/schema/rabbit.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ end}.
447447
%% The three default (built in) mechanisms are 'PLAIN', 'AMQPLAIN' and 'ANONYMOUS'.
448448
%% Additional mechanisms can be added via plugins.
449449
%%
450-
%% See https://www.rabbitmq.com/authentication.html for more details.
450+
%% See https://www.rabbitmq.com/docs/access-control for more details.
451451
%%
452452
%% {auth_mechanisms, ['PLAIN', 'AMQPLAIN', 'ANONYMOUS']},
453453

deps/rabbitmq_auth_mechanism_ssl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ present a client certificate.
1818
## Usage
1919

2020
This mechanism must also be enabled in RabbitMQ's configuration file,
21-
see [Authentication Mechanisms](https://www.rabbitmq.com/authentication.html) and
21+
see [Authentication Mechanisms](https://www.rabbitmq.com/docs/access-control/) and
2222
[Configuration](https://www.rabbitmq.com/configure.html) guides for
2323
more details.
2424

0 commit comments

Comments
 (0)