Skip to content

Commit c6f102f

Browse files
authored
Merge pull request #5837 from dthelegend/patch-1
Fixed Broken 'Download the Zip' Link
2 parents 8d62210 + 72c43e0 commit c6f102f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/tutorials/your-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ At this point, your development team is quite small and you're simply building a
2222

2323
Before you can run the application, you need to get the application source code onto your machine. For real projects, you will typically clone the repo. But, for this tutorial, you have created a ZIP file containing the application.
2424

25-
1. [Download the ZIP](/assets/app.zip). Open the ZIP file and make sure you extract the contents.
25+
1. [Download the ZIP](http://localhost/assets/app.zip). Open the ZIP file and make sure you extract the contents.
2626

2727
1. Once extracted, use your favorite code editor to open the project. If you're in need of an editor, you can use [Visual Studio Code](https://code.visualstudio.com/). You should see the `package.json` and two subdirectories (`src` and `spec`).
2828

@@ -96,4 +96,4 @@ Next, you're going to make a modification to the app and learn how to update the
9696
Continue with the tutorial!
9797

9898
> [!div class="nextstepaction"]
99-
> [Updating your app](update-your-app.md)
99+
> [Updating your app](update-your-app.md)

0 commit comments

Comments
 (0)