diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-01-26 02:08:41 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-27 14:47:59 +0000 |
commit | 188ce0ae113904db31b606afc104f253c5160bdb (patch) | |
tree | e967f1173f2f904ac5ff455cae818bb403a08f02 /Documentation/contributing | |
parent | e608308adebc058f47eb7c51721ae0f077018691 (diff) |
docs/contributing: Fix dead link to linter issues
Change-Id: I169fa5a89d65d3a71e9cc84638216c7baa3815f1
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72446
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'Documentation/contributing')
-rw-r--r-- | Documentation/contributing/project_ideas.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 94fdefe477..fa241e9b4c 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -36,7 +36,7 @@ dirty with some easy tasks, then these are for you. [scan-build]: https://coreboot.org/scan-build/ [Coverity scan]: https://scan.coverity.com/projects/coreboot [Coverity scan integration]: ../infrastructure/coverity.md -[Linter issues]: https://qa.coreboot.org/job/untested-coreboot-files/lastSuccessfulBuild/artifact/lint.txt +[Linter issues]: https://qa.coreboot.org/job/coreboot-untested-files/lastSuccessfulBuild/artifact/lint.txt ## Provide toolchain binaries Our crossgcc subproject provides a uniform compiler environment for |