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`).