diff options
Diffstat (limited to 'make_markdown.sh')
-rwxr-xr-x | make_markdown.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |