From 25bb9af326cde9ba6ee1e295357b1d5ed40cc92a Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 22 Jul 2022 15:40:35 +0300 Subject: [PATCH] [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. --- docs/getting-started/continuous_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/continuous_integration.md b/docs/getting-started/continuous_integration.md index ee9c9f59a..f80232cc5 100644 --- a/docs/getting-started/continuous_integration.md +++ b/docs/getting-started/continuous_integration.md @@ -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