|
@@ -6,9 +6,9 @@ A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac
|
|
|
|
|
|
## Terminal.Gui API Documentation
|
|
|
|
|
|
-* [API Reference](/api/Terminal.Gui/Terminal.Gui.html)
|
|
|
-* [Terminal.Gui API Overview](/articles/overview.html)
|
|
|
-* [Keyboard Event Processing](/articles/keyboard.html)
|
|
|
+* [API Reference](api/Terminal.Gui/Terminal.Gui.html)
|
|
|
+* [Terminal.Gui API Overview](articles/overview.md)
|
|
|
+* [Keyboard Event Processing](articles/keyboard.md)
|
|
|
* [Event Processing and the Application Main Loop](articles/mainloop.md)
|
|
|
* [TableView Deep Dive](articles/tableview.md)
|
|
|
* [TreeView Deep Dive](articles/treeview.md)
|
|
@@ -17,5 +17,5 @@ A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac
|
|
|
|
|
|
UI Catalog is a comprehensive sample library for Terminal.Gui. It provides a simple UI for adding to the catalog of scenarios.
|
|
|
|
|
|
-* [UI Catalog API Reference](/api/UICatalog/UICatalog.html)
|
|
|
+* [UI Catalog API Reference](api/UICatalog/UICatalog.html)
|
|
|
* [UI Catalog Source](https://github.com/migueldeicaza/gui.cs/tree/master/UICatalog)
|