diff --git a/get-started/run-your-own-container.md b/get-started/run-your-own-container.md
index 7f7c5e5414..766337c10f 100644
--- a/get-started/run-your-own-container.md
+++ b/get-started/run-your-own-container.md
@@ -33,8 +33,7 @@ $ git clone https://github.com/docker/welcome-to-docker
If you don't have git, download the source and extract it.
-[Download the source](https://github.com/docker/
-welcome-to-docker/archive/refs/heads/main.zip){: .button .primary-btn}
+[Download the source](https://github.com/docker/welcome-to-docker/archive/refs/heads/main.zip){: .button .primary-btn}
@@ -163,4 +162,4 @@ If you want to learn more about creating images for applications in other langua
When you built the image, you used the `docker build` command. Here are what the different parts of the `docker build` command do:
- `docker build`: This command builds the image. It needs one argument, the source folder for the Dockerfile that needs to be built. In this case, it’s the Dockerfile in the current folder, `.`.
- - `-t welcome-to-docker`: The `-t` flag tags the image with a unique name. In this case, `welcome-to-docker`.
\ No newline at end of file
+ - `-t welcome-to-docker`: The `-t` flag tags the image with a unique name. In this case, `welcome-to-docker`.