Fix VirtualBox HREFs

Per feedback on PR 7152
pull/7152/head
Mike Ripley 7 years ago
parent bf9c67cf48
commit 8391a93ecc

@ -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

@ -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

Loading…
Cancel
Save