Fix VirtualBox HREFs

Per feedback on PR 7152
This commit is contained in:
Mike Ripley 2019-01-03 16:13:54 -05:00
parent bf9c67cf48
commit 8391a93ecc
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ builder.
```
A VirtualBox [VM
description](https://www.virtualbox.org/manual/ch09.html#vboxmanage-modifyvm-general)
description](https://www.virtualbox.org/manual/ch09.html#vboxmanage-export-ovf)
may contain arbitrary strings; the GUI interprets HTML formatting. However,
the JSON format does not allow arbitrary newlines within a value. Add a
multi-line description by preparing the string in the shell before the

View File

@ -112,7 +112,7 @@ builder.
```
A VirtualBox [VM
description](https://www.virtualbox.org/manual/ch09.html#vboxmanage-modifyvm-general)
description](https://www.virtualbox.org/manual/ch09.html#vboxmanage-export-ovf)
may contain arbitrary strings; the GUI interprets HTML formatting. However,
the JSON format does not allow arbitrary newlines within a value. Add a
multi-line description by preparing the string in the shell before the