diff --git a/modules/ROOT/pages/contributing-docs/asciidoc-reusable-attributes.adoc b/modules/ROOT/pages/contributing-docs/asciidoc-reusable-attributes.adoc index bf27d77..c122c0c 100644 --- a/modules/ROOT/pages/contributing-docs/asciidoc-reusable-attributes.adoc +++ b/modules/ROOT/pages/contributing-docs/asciidoc-reusable-attributes.adoc @@ -1,6 +1,6 @@ = Reusable attributes Fedora Documentation Team -v0.0.1, 2020-08-26 +v0.0.1, 2024-06-25 // :toc: This page explains how to use reusable metadata, or attributes, across multiple AsciiDoc documents in Fedora Documentation. @@ -13,7 +13,7 @@ Sometimes you may want to use the same data across many AsciiDoc documents. Some examples are below: * Version releases (e.g. Fedora `N`) -* URL prefixes or suffixes (e.g. `https://pagure.io/fesco/issue/`) +* URL prefixes or suffixes (e.g. `https://pagure.io/fesco/issues/`) * Dates and time (e.g. current year, like `2020`) For these and more use cases, *attributes* allow you to define some metadata in a single place, and reuse it in multiple places.