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";