summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-08-09 19:23:47 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-08-09 19:23:47 +1000
commit984376745b655d7b755e267a89a5b57ddfd3cf8b (patch)
treeea59b71d17d43f3ca7cac94c071cbd162c3550fe /pyproject.toml
parentMerge pull request #3632 from matrix-org/erikj/refactor_repl_servlet (diff)
parent0.33.2 changelog (diff)
downloadsynapse-984376745b655d7b755e267a89a5b57ddfd3cf8b.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f4d6f0c6bb..dd099dc9c8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
     package = "synapse"
     filename = "CHANGES.md"
     directory = "changelog.d"
-    issue_format = "[\\#{issue}](https://github.com/matrix-org/synapse/issues/{issue}>)"
+    issue_format = "[\\#{issue}](https://github.com/matrix-org/synapse/issues/{issue})"
 
     [[tool.towncrier.type]]
         directory = "feature"