From f8bd0d005e1595427dfbc86f772025d29fadea07 Mon Sep 17 00:00:00 2001 From: Vinicius Rocha Date: Wed, 19 Jun 2019 14:17:57 -0400 Subject: [PATCH] Update dotnetcore.md with the new samples URL --- engine/examples/dotnetcore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/examples/dotnetcore.md b/engine/examples/dotnetcore.md index 20542d5964..ed30ed82f4 100644 --- a/engine/examples/dotnetcore.md +++ b/engine/examples/dotnetcore.md @@ -27,7 +27,7 @@ constructing your solutions This example assumes you already have an ASP.NET Core app on your machine. If you are new to ASP.NET you can follow a [simple -tutorial](https://www.asp.net/get-started) to initialize a project or clone our [ASP.NET Docker Sample](https://github.com/dotnet/dotnet-docker-samples/tree/master/aspnetapp). +tutorial](https://www.asp.net/get-started) to initialize a project or clone our [ASP.NET Docker Sample](https://github.com/dotnet/dotnet-docker/tree/master/samples/aspnetapp). ## Create a Dockerfile for an ASP.NET Core application