mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
fix(ci): ignore FSF links for link checking (#870)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/870
This commit is contained in:
parent
12c7b61d35
commit
a310584781
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ https://repo.sitory.username.codeberg.page/
|
||||||
https://codeberg.org/username/repo.git
|
https://codeberg.org/username/repo.git
|
||||||
https://username.codeberg.page/.*
|
https://username.codeberg.page/.*
|
||||||
https://openclipart.org/.*
|
https://openclipart.org/.*
|
||||||
|
https://www.fsf.org/.*
|
||||||
https://www.gnu.org/.*
|
https://www.gnu.org/.*
|
||||||
https://translate.codeberg.org
|
https://translate.codeberg.org
|
||||||
https://stackoverflow.com/.*
|
https://stackoverflow.com/.*
|
||||||
|
|
|
||||||
|
|
@ -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 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).
|
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
|
### Hardware projects
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue