Skip to content

Commit

Permalink
Merge pull request #760 from NickvisionApps/fix/759
Browse files Browse the repository at this point in the history
GNOME - Fix Help "Document Not Found"
  • Loading branch information
nlogozzo authored Dec 15, 2023
2 parents 1e84896 + d130801 commit 0b68871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NickvisionMoney.Shared/Helpers/DocumentationHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static string GetHelpURL(string pageName)
{
if (string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("SNAP")) && RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
{
return $"help:tagger/{pageName}";
return $"help:denaro/{pageName}";
}
var lang = "C";
if (!CultureInfo.CurrentCulture.Equals(CultureInfo.InvariantCulture) && CultureInfo.CurrentCulture.Name != "en-US")
Expand Down

0 comments on commit 0b68871

Please sign in to comment.