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".