From: Justin M. Forbes <[email protected]> Fix underline mark-up after text change
After MR 2278, the docs build was broken complaining that the underline was too short. Renaming pending-ark to pending-rhel required adding a character to the underline to match. Signed-off-by: Justin M. Forbes <[email protected]> diff --git a/redhat/docs/repository-layout.rst b/redhat/docs/repository-layout.rst index blahblah..blahblah 100644 --- a/redhat/docs/repository-layout.rst +++ b/redhat/docs/repository-layout.rst @@ -135,7 +135,7 @@ A flavor is defined by: defined in step 2. common and pending-rhel -~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~ The ``common`` directory contains configuration values that are shared across all configuration "flavors". For a configuration to be in -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2290 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
