From 67cc5e5c95b67155671d953180df955ee6b77c66 Mon Sep 17 00:00:00 2001 From: Dustin Hendriks Date: Mon, 5 Feb 2024 16:36:23 +0100 Subject: [PATCH] Adjust website URL to Home. --- Source/ELDYN/Misc/AppStrings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ELDYN/Misc/AppStrings.cs b/Source/ELDYN/Misc/AppStrings.cs index 6401ac7..6cfdfb1 100644 --- a/Source/ELDYN/Misc/AppStrings.cs +++ b/Source/ELDYN/Misc/AppStrings.cs @@ -15,7 +15,7 @@ public static class AppStrings public static readonly String TemplateProcessed = "Processed template: "; public static readonly String SuggestArguments = "\nExpected \"ELDYN \".\nE.g.: ELDYN \"C:\\ELDYN\\Certificate.json\" \"C:\\ELDYN\\Temp\" \"C:\\ELDYN\\Out\\Certificate.tex\""; - public static readonly String SuggestEldynManual = "\nRead the manual on https://docs.eldyn.nl."; + public static readonly String SuggestEldynManual = "\nInfo on https://eldyn.nl"; public static readonly String NoticeEldynStart = "\n========== STARTING ELDYN =========="; public static readonly String NoticeEldynStop = "========== STOPPING ELDYN ==========\n";