浏览代码

Fix broken link (#354)

Fixing the TopLevel link
Ryan Yandle 5 年之前
父节点
当前提交
37095718ba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docfx/articles/mainloop.md

+ 2 - 2
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.
+condition.