diff --git a/doc/user/conf.py.in b/doc/user/conf.py.in index 6967a9b6..f827ffef 100644 --- a/doc/user/conf.py.in +++ b/doc/user/conf.py.in @@ -169,7 +169,7 @@ from recommonmark.parser import CommonMarkParser extlinks = { 'commit' : ('https://gitlab.freedesktop.org/libinput/libinput/commit/%s', - 'git commit ') + 'git commit %s') } # -- git version hack -------------------------------------------------