diff --git a/Demos/GameImpl.cs b/Demos/GameImpl.cs index e048aba..e6ad5a7 100644 --- a/Demos/GameImpl.cs +++ b/Demos/GameImpl.cs @@ -61,7 +61,7 @@ namespace Demos { IsHidden = true }); - selection.AddChild(new Paragraph(Anchor.AutoLeft, 1, "Select the demo you want to see below using your mouse, touch input, your keyboard or a controller. Check the demos' source code for more in-depth explanations of their functionality or the wiki for tutorials.")); + selection.AddChild(new Paragraph(Anchor.AutoLeft, 1, "Select the demo you want to see below using your mouse, touch input, your keyboard or a controller. Check the demos' source code for more in-depth explanations of their functionality or the website for tutorials and API documentation.")); selection.AddChild(new VerticalSpace(5)); foreach (var demo in Demos) { selection.AddChild(new Button(Anchor.AutoCenter, new Vector2(1, 10), demo.Key, demo.Value.Item1) {