소스 검색

Update getting-started.md (#4063)

Brandon G 4 달 전
부모
커밋
d2cf74448c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docfx/docs/getting-started.md

+ 1 - 1
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: