diff --git a/plugins/package-configuration-providers/dos/README.md b/plugins/package-configuration-providers/dos/README.md index 7cb4db14cd9a1..16d13dee42958 100644 --- a/plugins/package-configuration-providers/dos/README.md +++ b/plugins/package-configuration-providers/dos/README.md @@ -1,7 +1,7 @@ # Double Open Server (DOS) Package Configuration Provider The DOS package configuration provider provides license finding curations and path excludes for files of packages identified by purls. -As the provider works on a per-file basis, it should be used with either ORT's default ScanCode scanner wrapper with the `preferFileLicense` option enabled, or with the DOS scanner wrapper. +As the provider works on a per-file basis, it should be used with either ORT's default ScanCode scanner wrapper with the `preferFileLicense` option enabled, or with the [DOS scanner wrapper]. ## Usage @@ -20,3 +20,4 @@ ort: where `DOS_SERVER_URL` and `DOS_SERVER_TOKEN` are environment variables that are set to the respective values. [DOS]: https://github.com/doubleopen-project/dos +[DOS scanner wrapper]: ../../scanners/dos