docs: fix missing slash in sampleconf link text

This commit is contained in:
Christian Schwarz 2018-04-14 11:25:31 +02:00
parent 9d7110eaad
commit 386d3b19b2

View File

@ -162,7 +162,7 @@ texinfo_documents = [
# http://www.sphinx-doc.org/en/stable/ext/extlinks.html
extlinks = {
'issue':('https://github.com/zrepl/zrepl/issues/%s', 'issue #'),
'sampleconf':('https://github.com/zrepl/zrepl/blob/master/cmd/sampleconf/%s', 'cmd/sampleconf'),
'sampleconf':('https://github.com/zrepl/zrepl/blob/master/cmd/sampleconf/%s', 'cmd/sampleconf/'),
'commit':('https://github.com/zrepl/zrepl/commit/%s', 'commit '),
}