From bd367087c8ce72d556166d55287be251c0d38ad9 Mon Sep 17 00:00:00 2001 From: mike o'brien Date: Sat, 23 Mar 2024 15:33:17 -0400 Subject: [PATCH] fix typo in link for deployments ingress --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5115c1e..7b37d05 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can find a summary of many of the commands used in the exercises in the - [manifests](manifests.md) - [accessing-your-application](accessing-your-application.md) - [services](services.md) -- [deployments-loadbalancing](deployments-loadbalancing.md) +- [deployments-loadbalancing](deployments-ingress.md) - [rolling-updates](rolling-updates.md) - [configmaps-secrets](configmaps-secrets.md) - [persistent-storage](persistent-storage.md)