From 66308ae0024d4a5b4f2475e349992c2436bb9fc6 Mon Sep 17 00:00:00 2001 From: Chad Kittel Date: Wed, 7 Dec 2022 08:13:33 -0600 Subject: [PATCH] Fix url typos --- 10-workload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10-workload.md b/10-workload.md index 573aff4d..000c3d7b 100644 --- a/10-workload.md +++ b/10-workload.md @@ -1,10 +1,10 @@ # Deploy the Workload (ASP.NET Core Docker web app) -The cluster now has an [Traefik configured with a TLS certificate](./08-secret-management-and-ingress-controller.md). The last step in the process is to deploy the workload, which will demonstrate the system's functions. +The cluster now has an [Traefik configured with a TLS certificate](./09-secret-management-and-ingress-controller.md). The last step in the process is to deploy the workload, which will demonstrate the system's functions. ## Steps -> :book: The Contoso app team is about to conclude this journey, but they need an app to test their new infrastructure. For this task they've picked out the venerable [ASP.NET Core Docker sample web app](https://github.com/dotnet/dotnet-docker/tree/master/samples/aspnetapp). +> :book: The Contoso app team is about to conclude this journey, but they need an app to test their new infrastructure. For this task they've picked out the venerable [ASP.NET Core Docker sample web app](https://github.com/dotnet/dotnet-docker/tree/main/samples/aspnetapp). 1. Customize the host name of the Ingress resource to match your custom domain. _(You can skip this step if domain was left as contoso.com.)_