diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-23 19:12:04 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-23 19:12:04 +0100 |
commit | 8ead9fa142b9f5c43d44e12d8fea9f2521afcf6e (patch) | |
tree | 0840c4f2eba0dd1e9316c088608333072e633245 | |
parent | 1773245c9b6c976e014fbf1dcf7a8b3c8d05fcab (diff) | |
download | haketilo-hydrilla-sbom-8ead9fa142b9f5c43d44e12d8fea9f2521afcf6e.tar.gz haketilo-hydrilla-sbom-8ead9fa142b9f5c43d44e12d8fea9f2521afcf6e.zip |
fix link to the other SBoM part
-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;} |