Skip to content

Commit 9f1f037

Browse files
Use anchor on same webpage instead of incorrect GitHub
Verified exhaustiveness thanks to: ```bash grep -r 'https://github.com/USBGuard/usbguard#' ``` ``` documentation/rule-language.md:See [Device attributes](https://github.com/USBGuard/usbguard#device-attributes) section for the list of available attributes and [Conditions](https://github.com/USBGuard/usbguard#conditions) for the list of supported rule conditions. ```
1 parent 001880a commit 9f1f037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/rule-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The rule language grammar, expressed in a BNF-like syntax, is the following:
2222
conditions ::= conditions | condition.
2323
conditions ::= .
2424

25-
See [Device attributes](https://github.com/USBGuard/usbguard#device-attributes) section for the list of available attributes and [Conditions](https://github.com/USBGuard/usbguard#conditions) for the list of supported rule conditions.
25+
See [Device attributes](#device-attributes) section for the list of available attributes and [Conditions](#conditions) for the list of supported rule conditions.
2626

2727
## Targets
2828

0 commit comments

Comments
 (0)