Skip to content

Commit

Permalink
Correct a couple of doc guide links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 15, 2024
1 parent 140abd8 commit 1fb70c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/rabbit/priv/schema/rabbit.schema
Original file line number Diff line number Diff line change
Expand Up @@ -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']},

Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_auth_mechanism_ssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1fb70c7

Please sign in to comment.