Fix several warnings

This commit is contained in:
Petr Bokoc 2021-01-27 02:57:41 +01:00
parent a51022557c
commit 5f4f52dc1f
3 changed files with 24 additions and 28 deletions

View file

@ -5,7 +5,6 @@
// Save the context of the assembly that is including this one.
// This is necessary for including assemblies in assemblies.
// See also the complementary step on the last line of this file.
:parent-context: {context}
// Base the file name and the ID on the assembly title. For example:
// * file name: my-assembly-a.adoc
// * ID: [id='my-assembly-a']
@ -71,6 +70,3 @@ include::{partialsdir}/ref_frequently-asked-questions_-installing-fedora-on-a-ra
** link:https://ask.fedoraproject.org/[Ask Fedora]
** link:https://lists.fedoraproject.org/admin/lists/arm%40lists.fedoraproject.org/[Fedora ARM mailing list]
** irc://irc.freenode.net/#fedora-arm[IRC via the #fedora-arm channel on Freenode]
// Restore the context to what it was before this assembly.
:context: {parent-context}