From a31058478133f3a6347150ee8d3716eda858edb7 Mon Sep 17 00:00:00 2001 From: Robert Wolff Date: Sat, 8 Aug 2026 11:20:54 +0200 Subject: [PATCH] fix(ci): ignore FSF links for link checking (#870) Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/870 --- .lycheeignore | 1 + content/getting-started/licensing.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index b32c557..391f52c 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -6,6 +6,7 @@ https://repo.sitory.username.codeberg.page/ https://codeberg.org/username/repo.git https://username.codeberg.page/.* https://openclipart.org/.* +https://www.fsf.org/.* https://www.gnu.org/.* https://translate.codeberg.org https://stackoverflow.com/.* diff --git a/content/getting-started/licensing.md b/content/getting-started/licensing.md index 4594d88..4047a75 100644 --- a/content/getting-started/licensing.md +++ b/content/getting-started/licensing.md @@ -185,7 +185,7 @@ to close source the code) license which contains a patent provision. To avoid [p we recommend therefore to use the Apache license version 2.0 (SPDX license identifier Apache-2.0). We recommend following the guidelines defined by the [GNU project](https://www.gnu.org/licenses/licenses.html). -They are recommended by the [Free Software Foundation](https://fsf.org), too. +They are recommended by the [Free Software Foundation](https://www.fsf.org), too. ### Hardware projects