Update URL

This commit is contained in:
glubsy 2021-01-30 22:17:43 +01:00
parent b919b3ddc8
commit 3e6e74e2a9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def build_help():
help_basepath = op.join(current_path, "help", "en") help_basepath = op.join(current_path, "help", "en")
help_destpath = op.join(current_path, "build", "help") help_destpath = op.join(current_path, "build", "help")
changelog_path = op.join(current_path, "help", "changelog") changelog_path = op.join(current_path, "help", "changelog")
tixurl = "https://github.com/hsoft/dupeguru/issues/{}" tixurl = "https://github.com/arsenetar/dupeguru/issues/{}"
confrepl = {"language": "en"} confrepl = {"language": "en"}
changelogtmpl = op.join(current_path, "help", "changelog.tmpl") changelogtmpl = op.join(current_path, "help", "changelog.tmpl")
conftmpl = op.join(current_path, "help", "conf.tmpl") conftmpl = op.join(current_path, "help", "conf.tmpl")