The link-dest flag must be either absolute or relative to the
destination directory (not the working directory). Switch it to
absolute to ensure it's correct.
Signed-off-by: Carl George <carlwgeorge@gmail.com>
This also adds the epel_eol_minor variable, which is needed to reference
the release that is going EOL.
Signed-off-by: Carl George <carlwgeorge@gmail.com>
Fix a bunch of errors and warnings:
Fixed two errors:
ERROR (asciidoctor): target of xref not found: epel:epel-policy.adoc#policy_for_end_of_life_releases
ERROR (asciidoctor): target of xref not found: fedora-docs::contributing-docs/asciidoc-markup.adoc
By linking to the URL directly, e.g. https://docs.fedoraproject.org/en-US/fedora-docs/contributing-docs/asciidoc-markup/
this is how it is done in many other locations in this document, so just
following that precedent.
fixed this warning:
WARN (asciidoctor): skipping reference to missing attribute: stable
there was no "stable" attribute, there was "current" so changed that to
that
Fixed 6 of the following warnings like:
WARN (asciidoctor): list item index: expected 1, got 2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>