From d0345e55b841c014d38cc1945685878b1209f314 Mon Sep 17 00:00:00 2001 From: I-Have-No-Idea-What-IAmDoing <55067948+I-Have-No-Idea-What-IAmDoing@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:49:36 -0500 Subject: [PATCH] Fix typo in link in a readme (#2409) The link: (https://github.com/gui-cs/Terminal.Gui/issues/368) was typed out like (https://github.com/giu-cs/Terminal.Gui/issues/368). --- UICatalog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICatalog/README.md b/UICatalog/README.md index 0a80f9769..a40e2bb67 100644 --- a/UICatalog/README.md +++ b/UICatalog/README.md @@ -12,7 +12,7 @@ said concepts & features. ## Motivation The original `demo.cs` sample app for Terminal.Gui is neither good to showcase, nor does it explain different concepts. In addition, because it is built on a single source file, it has proven to cause friction when multiple contributors are simultaneously working on different aspects of Terminal.Gui. -See [Issue #368](https://github.com/giu-cs/Terminal.Gui/issues/368) for more background. +See [Issue #368](https://github.com/gui-cs/Terminal.Gui/issues/368) for more background. # API Reference