docs: refactor: shorter expansion of :commit:

This commit is contained in:
Christian Schwarz
2026-02-10 19:03:27 +00:00
parent 075ecdac5b
commit 76981d2037
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -182,6 +182,6 @@ extlinks = {
'issue':('https://github.com/zrepl/zrepl/issues/%s', 'issue #%s'),
'repomasterlink':('https://github.com/zrepl/zrepl/blob/master/%s', '%s'),
'sampleconf':('https://github.com/zrepl/zrepl/blob/master/internal/config/samples%s', 'internal/config/samples%s'),
'commit':('https://github.com/zrepl/zrepl/commit/%s', 'commit %s'),
'commit':('https://github.com/zrepl/zrepl/commit/%s', '%s'),
}