From f8e0f204f1811f1a3bc3f284caa0f03361d778e1 Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro <ariel.dalessandro@collabora.com> Date: Fri, 29 Oct 2021 10:51:59 -0300 Subject: [PATCH] architecture: license-scanning: Fix missing references The following commit reworked the licensing documentation, leaving broken references, fix it. commit af5fd687f19f735fe56c3cb5094878b56a6d9b08 Author: Martyn Welch <martyn.welch@collabora.com> Date: Tue Jul 6 16:46:36 2021 +0100 Rework licensing documentation Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com> --- content/architecture/license-scanning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/architecture/license-scanning.md b/content/architecture/license-scanning.md index 20a638196..682781b4c 100644 --- a/content/architecture/license-scanning.md +++ b/content/architecture/license-scanning.md @@ -40,7 +40,7 @@ save some work on those releases. Regular checks of the whole archive have been integrated into Apertis CI pipelines to provide early detection of any change to the licensing status of each package. A copyright report is generated and kept updated using -[scan-copyrights]( {{< ref "#scan-copyrights" >}} ), helping +[scan-copyrights]( {{< ref "#Source code scanning with scan-copyrights" >}} ), helping [Apertis maintainers]({{< ref "contributions.md#the-role-of-maintainers" >}}) to detect problematic licenses or missing information which may require a manual check. @@ -81,7 +81,7 @@ FOSSology is a license reporting tool. It is being [integrated into Apertis]({{< ref "automated-license-compliance.md" >}}) as a replacement for `scan-copyrights` as part of an effort to enable end-to-end tracking of licensing information. Although [scan-copyrights]( {{< ref -"#scan-copyrights" >}} ) has helped a lot on automating the process, the +"#Source code scanning with scan-copyrights" >}} ) has helped a lot on automating the process, the approach using FOSSology will result in a finer grained and more reliable license identification through to the identification of the licensing applicable to each binary package. -- GitLab