From a4217bc0bbec84f72cc98539d65c277296b005da Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:19:46 +0700 Subject: [PATCH] docs(howto/add_dist): intended links package scanner Signed-off-by: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> --- docs/howto/add_dist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/add_dist.md b/docs/howto/add_dist.md index 001e7916f..b23bfc2a5 100644 --- a/docs/howto/add_dist.md +++ b/docs/howto/add_dist.md @@ -53,7 +53,7 @@ Package scanning is context free, meaning no distribution classification has hap This is because manifests are made up of layers, and a layer which holds a package database may not hold distribution information such as an os-release file. A package scanner need only parse a target package database and return claircore.Packages. -You need to implement the [Package Scanner](../reference/packagescanner.md) interface to achieve this. +You need to implement the [Package Scanner](../reference/package_scanner.md) interface to achieve this. Optionally, you may implement the [Configurable Scanner](../reference/configurable_scanner.md) if the scanner needs to perform runtime configuration before use.