diff --git a/deps/rabbit/priv/schema/rabbit.schema b/deps/rabbit/priv/schema/rabbit.schema index 324d0f30fe63..049dbb5faf4a 100644 --- a/deps/rabbit/priv/schema/rabbit.schema +++ b/deps/rabbit/priv/schema/rabbit.schema @@ -447,7 +447,7 @@ end}. %% The three default (built in) mechanisms are 'PLAIN', 'AMQPLAIN' and 'ANONYMOUS'. %% Additional mechanisms can be added via plugins. %% -%% See https://www.rabbitmq.com/authentication.html for more details. +%% See https://www.rabbitmq.com/docs/access-control for more details. %% %% {auth_mechanisms, ['PLAIN', 'AMQPLAIN', 'ANONYMOUS']}, diff --git a/deps/rabbitmq_auth_mechanism_ssl/README.md b/deps/rabbitmq_auth_mechanism_ssl/README.md index 522ebb193cd1..68aff0e462c0 100644 --- a/deps/rabbitmq_auth_mechanism_ssl/README.md +++ b/deps/rabbitmq_auth_mechanism_ssl/README.md @@ -18,7 +18,7 @@ present a client certificate. ## Usage This mechanism must also be enabled in RabbitMQ's configuration file, -see [Authentication Mechanisms](https://www.rabbitmq.com/authentication.html) and +see [Authentication Mechanisms](https://www.rabbitmq.com/docs/access-control/) and [Configuration](https://www.rabbitmq.com/configure.html) guides for more details.