From 2df15a7c23f20dd71a202ccdfd90ccb247a42cdf Mon Sep 17 00:00:00 2001 From: eeshwarchembeti <107532843+eeshwarchembeti@users.noreply.github.com> Date: Tue, 17 Sep 2024 03:11:20 +0530 Subject: [PATCH] Update 03_updating_app.md (#20907) --- content/get-started/workshop/03_updating_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/workshop/03_updating_app.md b/content/get-started/workshop/03_updating_app.md index 27a4ff2cf6..a4f688b6ed 100644 --- a/content/get-started/workshop/03_updating_app.md +++ b/content/get-started/workshop/03_updating_app.md @@ -10,7 +10,7 @@ aliases: - /guides/workshop/03_updating_app/ --- -In [part 2](./02_our_app.md), you containerized a todo application. In this part, you'll update the application and image. You'll also learn how to stop and remove a container. +In [part 1](./02_our_app.md), you containerized a todo application. In this part, you'll update the application and image. You'll also learn how to stop and remove a container. ## Update the source code