From cd1d6035e5673ae8101f0787f8085598314e0e70 Mon Sep 17 00:00:00 2001 From: Swept Date: Wed, 26 Aug 2020 22:31:12 +0000 Subject: [PATCH] Control.cs (#1262) --- Robust.Client/UserInterface/Control.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robust.Client/UserInterface/Control.cs b/Robust.Client/UserInterface/Control.cs index 645b24f93e..e5a7d25327 100644 --- a/Robust.Client/UserInterface/Control.cs +++ b/Robust.Client/UserInterface/Control.cs @@ -17,7 +17,7 @@ namespace Robust.Client.UserInterface { /// /// A node in the GUI system. - /// See https://github.com/space-wizards/RobustToolbox/wiki/UI-System-Tutorial for some basic concepts. + /// See https://hackmd.io/@ss14/ui-system-tutorial for some basic concepts. /// [PublicAPI] public partial class Control : IDisposable