From 4d7a236d6b4db82fc62052bc67dd808695498426 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 31 Jan 2022 10:53:25 +0100 Subject: [PATCH] Use GNU link instead of wikipedia (#399) --- docs/src/checks/licenses/cfg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/checks/licenses/cfg.md b/docs/src/checks/licenses/cfg.md index 6fea38f4..9bf675f7 100644 --- a/docs/src/checks/licenses/cfg.md +++ b/docs/src/checks/licenses/cfg.md @@ -121,7 +121,7 @@ exceptions = [ ### The `copyleft` field (optional) -Determines what happens when a license that is considered [copyleft](https://en.wikipedia.org/wiki/Copyleft) is encountered. +Determines what happens when a license that is considered [copyleft](https://www.gnu.org/licenses/license-list.html) is encountered. * `warn` (default) - Will emit a warning that a copyleft license was detected, but will not fail the license check * `deny` - The license is not accepted if it is copyleft, but the license check might not fail if the expression still evaluates to true