doc: refs: linkgit to git-maintenance(1)

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

Kristoffer Haugsbakk committed Jul 31, 2026 at 11:07 UTC 85540baab37d645b66fce20a6892520e3c2a61b0
1 file changed +1 -1
Documentation/git-refs.adoc
+1 -1
@@ -46,7 +46,7 @@ The ref format migration has several known limitations in its current form:
46 ongoing migration. Concurrent writes can lead to an inconsistent migrated
47 state. Users are expected to block writes on a higher level. If your
48 repository is registered for scheduled maintenance, it is recommended to
49 - unregister it first with git-maintenance(1).
49 + unregister it first with linkgit:git-maintenance[1].
50
51 These limitations may eventually be lifted.
52 --