diff --git a/content/architecture/license-scanning.md b/content/architecture/license-scanning.md index 20a63819658ec24becde7376137e345a36239b1f..300a72aeee1ef892ee10bf9c65e4b7a4c3fc027e 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.