From 848900d2a708841c179550f103683556f20c8f1f Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 4 Sep 2019 12:13:09 +0200 Subject: [PATCH] README: Add links for Excel and NOTICE reporter formats Signed-off-by: Sebastian Schuberth --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a263e1745ea..e0d645435a26 100644 --- a/README.md +++ b/README.md @@ -282,8 +282,8 @@ to support multiple output formats. Currently, the following report formats are supported (reporter names are case-insensitive): * [CycloneDX](https://cyclonedx.org/) BOM (`-f CycloneDx`) -* Excel sheet (`-f Excel`) -* NOTICE file (`-f Notice`) +* [Excel](https://products.office.com/excel) sheet (`-f Excel`) +* [NOTICE](http://www.apache.org/dev/licensing-howto.html) file (`-f Notice`) * Static HTML (`-f StaticHtml`) * Web App (`-f WebApp`)