aboutsummaryrefslogtreecommitdiff
path: root/make_markdown.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_markdown.sh')
-rwxr-xr-xmake_markdown.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_markdown.sh b/make_markdown.sh
index 92beed2..7c4c312 100755
--- a/make_markdown.sh
+++ b/make_markdown.sh
@@ -22,9 +22,9 @@ for WHICH_ONE in haketilo hydrilla; do
OTHER_CAP=$(printf $OTHER_ONE | tr h H)
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.
+[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/hydrilla/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;}