diff options
Diffstat (limited to 'docs/content/introduction')
-rw-r--r-- | docs/content/introduction/bash_code_style.md | 6 | ||||
-rw-r--r-- | docs/content/introduction/testing_in_vagrant.md | 4 |
2 files changed, 5 insertions, 5 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, diff --git a/docs/content/introduction/testing_in_vagrant.md b/docs/content/introduction/testing_in_vagrant.md index ef1e231393..34ca596d0a 100644 --- a/docs/content/introduction/testing_in_vagrant.md +++ b/docs/content/introduction/testing_in_vagrant.md @@ -22,8 +22,8 @@ Run all commands from command line. VBoxManage --version Tested version: 6.1.16r140961 -2. Download and install latest vagrant - [from official page](https://www.vagrantup.com/downloads.html). +2. Download and install latest vagrant from + [official page](https://www.vagrantup.com/downloads.html). To verify the installtion, run vagrant -v |