From 3a7efd0cdf4de853cb7887eaec1020de47208307 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Mon, 25 Jul 2022 16:19:41 -0600 Subject: [PATCH] Fixes #1889. Docs broken after org move. --- docfx/index.md | 4 ++-- docfx/toc.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docfx/index.md b/docfx/index.md index 775fb4d31..b4eca70f1 100644 --- a/docfx/index.md +++ b/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) -* [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 @@ -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 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) diff --git a/docfx/toc.yml b/docfx/toc.yml index 4ea483526..701c0fd50 100644 --- a/docfx/toc.yml +++ b/docfx/toc.yml @@ -7,4 +7,4 @@ # - name: UI Catalog API # href: api/UICatalog/ - name: Source - href: https://github.com/migueldeicaza/gui.cs + href: https://github.com/gui-cs/Terminal.Gui