From 3e6e74e2a9e0ed1914fb227cd2b192395542cde2 Mon Sep 17 00:00:00 2001 From: glubsy Date: Sat, 30 Jan 2021 22:17:43 +0100 Subject: [PATCH] Update URL --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index a583f959..4f0b360a 100644 --- a/build.py +++ b/build.py @@ -70,7 +70,7 @@ def build_help(): help_basepath = op.join(current_path, "help", "en") help_destpath = op.join(current_path, "build", "help") 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"} changelogtmpl = op.join(current_path, "help", "changelog.tmpl") conftmpl = op.join(current_path, "help", "conf.tmpl")