summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolf <Olf0@users.noreply.github.com>2022-11-29 23:05:22 +0100
committerMichal Domonkos <mdomonko@redhat.com>2023-03-13 15:32:25 +0100
commit95815f6ccc866659c90b6e5b83744bb973bceab1 (patch)
tree98b2fce35dd26f821f7e616032030201e8906fe6
parent078f94a98e1102b0de053c541c9ccaed6a0a6ef7 (diff)
downloadrpm-95815f6ccc866659c90b6e5b83744bb973bceab1.tar.gz
Fix markdown syntax typo
(cherry picked from commit 7064a63a61ca631e745156a64c5ba9387df5e467)
-rw-r--r--docs/manual/spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/spec.md b/docs/manual/spec.md
index a59a68cc8..07cf1892c 100644
--- a/docs/manual/spec.md
+++ b/docs/manual/spec.md
@@ -462,7 +462,7 @@ in a separate shell.
unpacked and possible patches applied, and other similar activies
could be performed.
-Typically (%autosetup)[autosetup.md] is used to automatically handle
+Typically [%autosetup](autosetup.md) is used to automatically handle
it all, but for more advanced cases there are lower level `%setup`
and `%patch` builtin-macros available in this slot.