Skip to content

Commit b5550be

Browse files
authored
fix bad link. (#18641)
The file name was incorrect.
1 parent 909cada commit b5550be

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/tutorials/intro-to-csharp

1 file changed

+1
-1
lines changed

docs/csharp/tutorials/intro-to-csharp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can try these tutorials in different environments. The concepts you'll learn
2323
- [In your browser, on the docs platform](hello-world.yml): This experience embeds a runnable C# code window in docs pages. You write and execute C# code in the browser.
2424
- [In the Microsoft Learn experience](https://docs.microsoft.com/learn/paths/csharp-first-steps/). This learning path contains several modules that teach the basics of C#.
2525
- [In Jupyter on Binder](https://mybinder.org/v2/gh/dotnet/try-samples/master?filepath=hello-csharp%2Fhello-world.ipynb). You can experiment with C# code in a Jupyter notebook on binder.
26-
- [On your local machine](numbers.md). After you've explored online, you can [download](https://dotnet.microsoft.com/download) the .NET Core SDK and build programs on your machine.
26+
- [On your local machine](numbers-in-csharp-local.md). After you've explored online, you can [download](https://dotnet.microsoft.com/download) the .NET Core SDK and build programs on your machine.
2727

2828
All the introductory tutorials following the Hello World lesson are available using
2929
the online browser experience or [in your own local development

0 commit comments

Comments
 (0)