From 2a6c13816dd810eca597079bfd7a9b7e2607cd39 Mon Sep 17 00:00:00 2001 From: Abhijeet Singh Date: Fri, 15 May 2020 09:15:27 +0530 Subject: [PATCH] Update aspnetcore.md Fix broken link --- site/jekyll/tutorials/aspnetcore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/jekyll/tutorials/aspnetcore.md b/site/jekyll/tutorials/aspnetcore.md index 3eb6b5a26..cc6d53fc5 100644 --- a/site/jekyll/tutorials/aspnetcore.md +++ b/site/jekyll/tutorials/aspnetcore.md @@ -50,7 +50,7 @@ Start by creating a new ASP.NET Core MVC project: 1. File → New → Project... 2. Select "ASP.NET Core Web Application". You may search for it via the search box or narrow down your choices via the drop-downs - C#, All platforms, Web is a good way to get it as the first result. - [Screenshot: New Project](/img/tutorial/newproject_core_2019.png) + [Screenshot: New Project](/img/tutorial/newproject_core.png) 3. Click "Next". 4. Enter "ReactDemo" for the project name and location to store it. 5. Click "Create".