From fdacaf9b926dde2b04d993d10e82bd865c9a3643 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 8 Oct 2020 09:32:44 +0200 Subject: [PATCH] Fix md linking error --- deps/rabbitmq_auth_backend_oauth2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_auth_backend_oauth2/README.md b/deps/rabbitmq_auth_backend_oauth2/README.md index 8712038757..e0f16871f2 100644 --- a/deps/rabbitmq_auth_backend_oauth2/README.md +++ b/deps/rabbitmq_auth_backend_oauth2/README.md @@ -167,7 +167,7 @@ These are the typical permissions examples: - `read:vhost1/some*` - read permissions to all the resources, starting with `some` on the `vhost1` vhost - `write:vhsot1/some*/routing*` - topic write permissions to publish to an exchange starting with `some` with a routing key starting with `routing` -See the [./test/wildcard_match_SUITE.erl](wildcard matching test suite) and [./test/scope_SUITE.erl](scopes test suite) for more examples. +See the [wildcard matching test suite](./test/wildcard_match_SUITE.erl) and [scopes test suite](./test/scope_SUITE.erl) for more examples. Scopes should be prefixed with `resource_server_id`. For example, if `resource_server_id` is "my_rabbit", a scope to enable read from any vhost will