From 8ead9fa142b9f5c43d44e12d8fea9f2521afcf6e Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 23 Feb 2022 19:12:04 +0100 Subject: fix link to the other SBoM part --- make_markdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_markdown.sh b/make_markdown.sh index 7c4c312..6b287eb 100755 --- a/make_markdown.sh +++ b/make_markdown.sh @@ -24,7 +24,7 @@ for WHICH_ONE in haketilo hydrilla; do export NOTE=" [Software Bill of Materials (SBoM)](https://en.wikipedia.org/wiki/Software_bill_of_materials) lists external components used or included in a given software product. -You may also want to look at the [SBoM of $OTHER_CAP](/projects/hydrilla/wiki/${OTHER_CAP}_Software_Bill_of_Materials) and [a concatenated plain text version](https://git.koszko.org/haketilo-hydrilla-sbom/plain/$PLAIN_FILENAME)." +You may also want to look at the [SBoM of $OTHER_CAP](/projects/$OTHER_ONE/wiki/${OTHER_CAP}_Software_Bill_of_Materials) and [a concatenated plain text version](https://git.koszko.org/haketilo-hydrilla-sbom/plain/$PLAIN_FILENAME)." AWK_EXTRACT_HALF=" /^#[[:space:]].*Haketilo/ {haketilo_part = 1; hydrilla_part = 0;} -- cgit v1.2.3