From 1750a87192fd94b4bf4e906261cfd4e990cd86bd Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 27 Jun 2023 16:35:22 -0600 Subject: [PATCH] Update meta/documentation_style.rst Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- meta/documentation_style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/documentation_style.rst b/meta/documentation_style.rst index 0a8da229..e7b71408 100644 --- a/meta/documentation_style.rst +++ b/meta/documentation_style.rst @@ -189,6 +189,6 @@ When a new subheading is added, it must be referenced and ordered in this docume Describing grammar ~~~~~~~~~~~~~~~~~~ -Use [RFC5234-style ABNF](https://datatracker.ietf.org/doc/html/rfc5234) when describing +Use `RFC5234-style ABNF `_ when describing the grammar for something in the spec, such as user IDs or server names. Use lowercase and underscore-deliminated element names (`user_id`, not `UserID` or `user-id`).