Skip to content

Commit 67bef15

Browse files
Update your-application.md in docker tutorial
Update 'Download the ZIP' with the correct link, which was from docker documentation(https://docs.docker.com/get-started/02_our_app/)
1 parent 61ee799 commit 67bef15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/tutorials/your-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you can run the application, you need to get the application source code
2424

2525
1. Make sure that you have Docker for Windows or Docker Community Edition installed on the local machine. See [Docker for Windows installation documentation](https://docs.docker.com/docker-for-windows/install/). The install process makes the ZIP file containing the sample available at the localhost address.
2626

27-
1. [Download the ZIP](http://localhost/assets/app.zip). Open the ZIP file and make sure you extract the contents.
27+
1. [Download the ZIP](https://github.com/docker/getting-started/tree/master/app). Open the ZIP file and make sure you extract the contents.
2828

2929
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`).
3030

0 commit comments

Comments
 (0)