From 1fd78637cd6a241d9ff3594a272a896ea4ce03b2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 May 2020 02:20:46 +0200 Subject: [PATCH] also change demo links --- Demos/GameImpl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {