Skip to content

Commit

Permalink
Fixed tutorial link on help -> tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Dec 31, 2023
1 parent bdafd2d commit 063db13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public override void StartUp()

var Help = AddTopLevelMenuItem(Localization.Texts.Help, Localization.MenuIds.HelpId);
{
Help.Add(Localization.Texts.Tutorials, () => OpenInBrowser("http://flatredball.com/documentation/tutorials/"));
Help.Add(Localization.Texts.Tutorials, () => OpenInBrowser("https://docs.flatredball.com/flatredball/tutorials"));
Help.Add(Localization.Texts.ReportABug, () => OpenInBrowser("https://github.com/vchelaru/flatredball/issues"));
}
}
Expand Down

0 comments on commit 063db13

Please sign in to comment.