From fbd076a9599b39026aa89140ef207bdf1dbf3e56 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Wed, 8 May 2019 10:06:06 -0700 Subject: [PATCH] add links to docs in the sample repo (#12333) --- .../host-and-deploy/docker/building-net-docker-images.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/host-and-deploy/docker/building-net-docker-images.md b/aspnetcore/host-and-deploy/docker/building-net-docker-images.md index 1d329f3ef3..ba54d3e3fc 100644 --- a/aspnetcore/host-and-deploy/docker/building-net-docker-images.md +++ b/aspnetcore/host-and-deploy/docker/building-net-docker-images.md @@ -49,7 +49,7 @@ The sample Dockerfile uses the [Docker multi-stage build feature](https://docs.d * [macOS](https://docs.docker.com/docker-for-mac/install/) * [Windows](https://docs.docker.com/docker-for-windows/install/) -* [git](https://git-scm.com/download) +* [Git](https://git-scm.com/download) ## Download the sample app @@ -206,7 +206,7 @@ In this tutorial, you: > * Run the sample with in Windows containers > * Built and deployed manually -Next, learn about the tools Visual Studio has for working with Docker. +The Git repository that contains the sample app also includes documentation. For an overview of the resources available in the repository, see [the README file](https://github.com/dotnet/dotnet-docker/blob/master/samples/aspnetapp/README.md). In particular, learn how to implement HTTPS: > [!div class="nextstepaction"] -> +> [Developing ASP.NET Core Applications with Docker over HTTPS](https://github.com/dotnet/dotnet-docker/blob/master/samples/aspnetapp/aspnetcore-docker-https-development.md)