Browse Source

Fixes #1889. Docs broken after org move.

Tig Kindel 3 years ago
parent
commit
3a7efd0cdf
2 changed files with 3 additions and 3 deletions
  1. 2 2
      docfx/index.md
  2. 1 1
      docfx/toc.yml

+ 2 - 2
docfx/index.md

@@ -4,7 +4,7 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that work
 
 
 ![Sample](images/sample.gif)
 ![Sample](images/sample.gif)
 
 
-* [Terminal.Gui Project on GitHub](https://github.com/migueldeicaza/gui.cs)
+* [Terminal.Gui Project on GitHub](https://github.com/gui-cs/Terminal.Gui)
 
 
 ## Terminal.Gui API Documentation
 ## Terminal.Gui API Documentation
 
 
@@ -21,4 +21,4 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that work
 UI Catalog is a comprehensive sample library for Terminal.Gui. It provides a simple UI for adding to the catalog of scenarios.
 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.yml)
 * [UI Catalog API Reference](~/api/UICatalog/UICatalog.yml)
-* [UI Catalog Source](https://github.com/migueldeicaza/gui.cs/tree/master/UICatalog)
+* [UI Catalog Source](https://github.com/gui-cs/Terminal.Gui/tree/master/UICatalog)

+ 1 - 1
docfx/toc.yml

@@ -7,4 +7,4 @@
 # - name: UI Catalog API
 # - name: UI Catalog API
 #   href: api/UICatalog/
 #   href: api/UICatalog/
 - name: Source
 - name: Source
-  href: https://github.com/migueldeicaza/gui.cs
+  href: https://github.com/gui-cs/Terminal.Gui