From 61190284be22e69d83fbd16eccaca7b46d596136 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 2 Aug 2020 21:22:50 +0200 Subject: [PATCH] About box shoud now point to the new website URL --- nw/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/__init__.py b/nw/__init__.py index 5ffae592..34d506ef 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -47,7 +47,7 @@ __date__ = "2020-07-29" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __status__ = "Beta" -__url__ = "https://github.com/vkbo/novelWriter" +__url__ = "https://novelwriter.io" __issuesurl__ = "https://github.com/vkbo/novelWriter/issues" __domain__ = "novelwriter.io" __docurl__ = "https://novelwriter.readthedocs.io"