mirror of https://github.com/google/oss-fuzz.git
[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:
parent
b6a9ed8ee1
commit
25bb9af326
|
@ -203,7 +203,7 @@ jobs:
|
||||||
```
|
```
|
||||||
|
|
||||||
You can checkout CIFuzz configs for OSS-Fuzz projects. Example -
|
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).
|
[curl](https://github.com/curl/curl/blob/master/.github/workflows/fuzz.yml).
|
||||||
|
|
||||||
## Understanding results
|
## Understanding results
|
||||||
|
|
Loading…
Reference in New Issue