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