From 2949f1c391c8ba4825b6b49a1b8d161217635eaf Mon Sep 17 00:00:00 2001 From: Brandon G Date: Mon, 28 Apr 2025 18:30:31 -0500 Subject: [PATCH] Update getting-started.md Fixed broken link to Examples.cs --- docfx/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/docs/getting-started.md b/docfx/docs/getting-started.md index 4afa8d284b..caaa45c9ee 100644 --- a/docfx/docs/getting-started.md +++ b/docfx/docs/getting-started.md @@ -27,7 +27,7 @@ Use the [Terminal.Gui.Templates](https://github.com/gui-cs/Terminal.Gui.template The following example shows a basic Terminal.Gui application in C# (this is `./Example/Example.cs`): -[!code-csharp[Program.cs](../../Example/Example.cs)] +[!code-csharp[Program.cs](../../Examples/Example/Example.cs)] When run the application looks as follows: