From 386d3b19b28b529903978d1f4903e57aadaec487 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 14 Apr 2018 11:25:31 +0200 Subject: [PATCH] docs: fix missing slash in sampleconf link text --- docs/sphinxconf/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinxconf/conf.py b/docs/sphinxconf/conf.py index 77d033e..6d13b08 100644 --- a/docs/sphinxconf/conf.py +++ b/docs/sphinxconf/conf.py @@ -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 '), }