Update meta/documentation_style.rst

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Travis Ralston 2023-06-27 16:35:22 -06:00 committed by GitHub
parent 091b175866
commit 1750a87192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <https://datatracker.ietf.org/doc/html/rfc5234>`_ 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`).