From 0ae301fea099046852bfcb652979e4d4b6f7e698 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 26 Aug 2021 20:27:38 +0200 Subject: [PATCH] Fixed broken link in windows website. --- win/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/installer.nsi b/win/installer.nsi index e91be93..c9518bf 100644 --- a/win/installer.nsi +++ b/win/installer.nsi @@ -10,7 +10,7 @@ Unicode True !define APP_NAME "LogarithmPlotter" !define PROG_ID "LogarithmPlotter.File.1" !define DEV_NAME "Ad5001" -!define WEBSITE "https://apps.ad5001.eu/LogarithmPlotter" +!define WEBSITE "https://apps.ad5001.eu/logarithmplotter" !define APP_VERSION "0.1.0.0" !define COPYRIGHT "Ad5001 (c) 2021" !define DESCRIPTION "Create graphs with logarithm scales."