From 37095718bad884cc5a465c1531ea62d088ae5efe Mon Sep 17 00:00:00 2001 From: Ryan Yandle Date: Thu, 9 Apr 2020 14:06:38 -0700 Subject: [PATCH] Fix broken link (#354) Fixing the TopLevel link --- docfx/articles/mainloop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx/articles/mainloop.md b/docfx/articles/mainloop.md index 0b89bbcf1..cb58d5c35 100644 --- a/docfx/articles/mainloop.md +++ b/docfx/articles/mainloop.md @@ -30,7 +30,7 @@ provides access to these functions. When your code invokes `Application.Run (Toplevel)`, the application will prepare the current -`Toplevel`[../api/Terminal.Gui/Terminal.Gui.Toplevel.html] instance by +[`Toplevel`](../api/Terminal.Gui/Terminal.Gui.Toplevel.html) instance by redrawing the screen appropriately and then calling the mainloop to run. @@ -158,4 +158,4 @@ written without blocking the application. To do this, you on Unix, you can cast the `MainLoop` instance to a [`UnixMainLoop`](docs/api/Mono.Terminal/Mono.Terminal.UnixMainLoop.html) and use the `AddWatch` method to register an interest on a particular -condition. \ No newline at end of file +condition.