aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/introduction/bash_code_style.md
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-03-27 11:02:38 +0000
committerpmikus <peter.mikus@protonmail.ch>2023-03-27 11:02:38 +0000
commit12992a674d186f437bd29b854c0031a092097def (patch)
tree80d43dc013362690a291e69612ec2d258bf1a6c0 /docs/content/introduction/bash_code_style.md
parent9e86c76e6f2dbd7094f2f4b32b40eb6aa53adc8a (diff)
feat(docs): Update Infrastructure
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I0044e305dfe3fbd76f0e0f0f261e107b0f134650
Diffstat (limited to 'docs/content/introduction/bash_code_style.md')
-rw-r--r--docs/content/introduction/bash_code_style.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/introduction/bash_code_style.md b/docs/content/introduction/bash_code_style.md
index 1cc1464056..bbd0c37196 100644
--- a/docs/content/introduction/bash_code_style.md
+++ b/docs/content/introduction/bash_code_style.md
@@ -6,9 +6,9 @@ title: "Bash Code Style"
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
-described in `BCP 14 <https://tools.ietf.org/html/bcp14>`_
-`[RFC2119] <https://tools.ietf.org/html/rfc2119>`_
-`[RFC8174] <https://tools.ietf.org/html/rfc8174>`_
+described in [BCP 14](https://tools.ietf.org/html/bcp14),
+[RFC2119](https://tools.ietf.org/html/rfc2119),
+[RFC8174](https://tools.ietf.org/html/rfc8174)
when, and only when, they appear in all capitals, as shown here.
This document SHALL describe guidelines for writing reliable, maintainable,