Skip to content

Commit

Permalink
Adjust website URL to Home.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetspiking authored Feb 5, 2024
1 parent 215a551 commit 67cc5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ELDYN/Misc/AppStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class AppStrings
public static readonly String TemplateProcessed = "Processed template: ";

public static readonly String SuggestArguments = "\nExpected \"ELDYN <path to JSON file> <path to template directory> <path to output file>\".\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";
Expand Down

0 comments on commit 67cc5e5

Please sign in to comment.