Skip to content

Conversation

@Benjamin-Loison
Copy link

@Benjamin-Loison Benjamin-Loison commented Oct 23, 2025

Generated with:

find -type f -print0 | xargs -0 sed -i 's/github.com\/dkopecek\/usbguard/github.com\/USBGuard\/usbguard/g'
Personal notes:

Benjamin_Loison/usbguard.github.io/issues/4

Generated with:

```bash
find -type f -print0 | xargs -0 sed -i 's/github.com\/dkopecek\/usbguard/github.com\/USBGuard\/usbguard/g'
```
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.
```
@Benjamin-Loison Benjamin-Loison changed the title Specify directly target GitHub repository URL Specify directly target GitHub repository URL and use anchor on same webpage instead of incorrect GitHub Oct 25, 2025
There are other inline code snippet with `*` not being escaped and
correctly being rendered.

Personal notes: [Benjamin_Loison/usbguard.github.io/issues/3](https://codeberg.org/Benjamin_Loison/usbguard.github.io/issues/3)
@Benjamin-Loison Benjamin-Loison changed the title Specify directly target GitHub repository URL and use anchor on same webpage instead of incorrect GitHub Specify directly target GitHub repository URL, use anchor on same webpage instead of incorrect GitHub and remove an unnecessary escape Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant