From 28ad86f3cdac1ace58b6eba4c83e0708acce3db0 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:34:14 +0200 Subject: [PATCH] fix: redirect for /get-started/hands-on-overview/ Fixes #17995 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/get-started/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/get-started/_index.md b/content/get-started/_index.md index c1e113544c..4638c73d5b 100644 --- a/content/get-started/_index.md +++ b/content/get-started/_index.md @@ -62,6 +62,7 @@ aliases: - /get-started/run-your-own-container/ - /get-started/run-docker-hub-images/ - /get-started/publish-your-own-image/ +- /get-started/hands-on-overview/ --- This guide contains step-by-step instructions on how to get started with Docker. This guide shows you how to: @@ -93,4 +94,4 @@ In this section, you learned about containers and images. Next, you'll containerize a simple application and get hands-on with the concepts. -{{< button text="Containerize an application" url="02_our_app.md" >}} \ No newline at end of file +{{< button text="Containerize an application" url="02_our_app.md" >}}