Skip to content

Commit ced676c

Browse files
authored
Merge pull request #2834 from emqx/fix-link-redis-authz
Fix link in Redis authz doc
2 parents 530627c + d163776 commit ced676c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en_US/access-control/authz/redis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Knowledge about [basic EMQX authorization concepts](./authz.md)
1212

1313
Users need to provide a query template that returns the following data:
1414

15-
- `topic`: Specifies the topic that the rule applies to, which can use topic filters and [topic placeholders](https://claude.ai/chat/authz.md#topic-placeholders).
15+
- `topic`: Specifies the topic that the rule applies to, which can use topic filters and [topic placeholders](./authz.md#topic-placeholders).
1616
- `action`: Specifies the actions that the rule applies to, available options are `publish`, `subscribe`, and `all`.
1717
- `qos` (Optional) Specifies the QoS levels that the current rule applies to. Value options are `0`, `1`, `2`. It can also be a number array to specify multiple QoS levels. The default is all QoS levels.
1818
- `retain`: (Optional) Specifies whether the rule supports retained messages. Value options are `true`, `false`. The default is to allow retained messages.

0 commit comments

Comments
 (0)