On 15/1/26 15:26, Peter Maydell wrote:
In rST documents, an '@' character in normal text or a parsed-literal is
assumed to be an email address and will result in a 'mailto:' hyperlink in
the generated HTML. In several places we have mailto: hyperlinks that are
unintended nonsense; correct these by either escaping the @ character or
making the text use ``...`` preformatted rendering.
This commit covers only the simple cases which can be trivially fixed
with escaping or ``..``; the remaining cases will be handled in
separate commits.
Signed-off-by: Peter Maydell <[email protected]>
---
docs/devel/submitting-a-patch.rst | 2 +-
docs/system/device-url-syntax.rst.inc | 4 ++--
docs/system/vnc-security.rst | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>