From ff89ff5239a89644bcdf43c73b2b65b30eb62194 Mon Sep 17 00:00:00 2001 From: Matthias Altmann Date: Fri, 19 Oct 2018 17:31:18 +0200 Subject: [PATCH] Link fixed --- content/csharp/getting-started/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/csharp/getting-started/hello-world.md b/content/csharp/getting-started/hello-world.md index 9c67b48..eab279b 100644 --- a/content/csharp/getting-started/hello-world.md +++ b/content/csharp/getting-started/hello-world.md @@ -37,7 +37,7 @@ namespace ConsoleApplication ``` > **Tip** {.tip .newLanguage } -> A *method* is a named group of individual commands the program will run. You'll learn more about creating [methods](methods) in a bit. +> A *method* is a named group of individual commands the program will run. You'll learn more about creating [methods](methods.md) in a bit. ### Program.cs