[docs] point to the right systemd branch (#8056)

GitHub redirects it to the main branch but it keeps saying that
the branch was renamed and it's distracting.
This commit is contained in:
Evgeny Vereshchagin 2022-07-22 15:40:35 +03:00 committed by GitHub
parent b6a9ed8ee1
commit 25bb9af326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ jobs:
```
You can checkout CIFuzz configs for OSS-Fuzz projects. Example -
[systemd](https://github.com/systemd/systemd/blob/master/.github/workflows/cifuzz.yml),
[systemd](https://github.com/systemd/systemd/blob/main/.github/workflows/cifuzz.yml),
[curl](https://github.com/curl/curl/blob/master/.github/workflows/fuzz.yml).
## Understanding results