From 885a08e1ee03702a8e3581bd43828ed87500f7da Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Thu, 28 Jul 2022 11:24:38 -0700 Subject: [PATCH 1/3] Fixed sample gif --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad09dcfd..fec241cb3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. -![Sample app](https://raw.githubusercontent.com/gui-cs/Terminal.Gui/docfx/images/sample.gif) +![Sample app](https://gui-cs.github.io/Terminal.Gui/images/sample.gif) ## Documentation From 0283344fa69a4a37d777419177438d4aa16bf585 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Thu, 28 Jul 2022 11:25:33 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fec241cb3..2d611968a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that work ![Sample app](https://gui-cs.github.io/Terminal.Gui/images/sample.gif) - ## Documentation * [Documentation Home](https://gui-cs.github.io/Terminal.Gui/index.html) From 9f0cedbf6f5c1c7cdc885c70d9070a438d1ed0bb Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Thu, 28 Jul 2022 11:28:15 -0700 Subject: [PATCH 3/3] Fix sample gif again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d611968a..6f2abf9e0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. -![Sample app](https://gui-cs.github.io/Terminal.Gui/images/sample.gif) +![Sample app](docfx/images/sample.gif) ## Documentation