commit | 6ce47278e78a06444174ab4be2deacd1ed260ff1 | [log] [tgz] |
---|---|---|
author | James Muehlner <james.muehlner@guac-dev.org> | Fri Jul 14 10:51:34 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri Jul 14 10:51:34 2023 -0700 |
tree | b8b86cad02335c9a19fa545c40cda8bd2c8eacfe | |
parent | c11cb4d3b680cb566b9d0f90ab676ac1b4e1d8c0 [diff] | |
parent | 15a118e6abaa62154fe221b0e801dacd247fd6a2 [diff] |
GUACAMOLE-1834: Merge required '%s' for extlinks configuration.
diff --git a/src/conf.py b/src/conf.py index b83bb5d..a536c5e 100644 --- a/src/conf.py +++ b/src/conf.py
@@ -47,7 +47,7 @@ # Allow shorthand notation for JIRA issue links extlinks = { - 'jira': ( 'https://issues.apache.org/jira/browse/%s', '') + 'jira': ( 'https://issues.apache.org/jira/browse/%s', '%s') } templates_path = [ '_templates' ]