doc: replay: link section using markup

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kristoffer Haugsbakk committed Dec 13, 2025 at 14:46 UTC 9ba08b30a117e6925a9e5e87c92b37de7396d3a4
1 file changed +2 -1
Documentation/git-replay.adoc
+2 -1
@@ -19,7 +19,7 @@ the working tree and the index untouched. By default, updates the
19 relevant references using an atomic transaction (all refs update or
20 none). Use `--ref-action=print` to avoid automatic ref updates and
21 instead get update commands that can be piped to `git update-ref --stdin`
22 -(see the OUTPUT section below).
22 +(see the <<output,OUTPUT>> section below).
23
24 THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
25
@@ -67,6 +67,7 @@ The default mode can be configured via the `replay.refAction` configuration vari
67
68 include::rev-list-options.adoc[]
69
70 +[[output]]
71 OUTPUT
72 ------
73