From 17a861c8a68df9724eb1096f89ae5aa5c20756d2 Mon Sep 17 00:00:00 2001 From: Sushant Salil Date: Thu, 8 Jun 2017 23:20:57 +0530 Subject: [PATCH] Fix issue #239 - Replace link to Compose file Link to the Compose file in setup has been replaced from https://github.com/docker/labs/blob/master/developer-tools/java/scripts/docker-compose-pull-images.yml to https://raw.githubusercontent.com/docker/labs/master/developer-tools/java/scripts/docker-compose-pull-images.yml as pointed by @arun-gupta --- developer-tools/java/chapters/ch01-setup.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-tools/java/chapters/ch01-setup.adoc b/developer-tools/java/chapters/ch01-setup.adoc index b831eb7e0a..1743a2b04c 100644 --- a/developer-tools/java/chapters/ch01-setup.adoc +++ b/developer-tools/java/chapters/ch01-setup.adoc @@ -53,7 +53,7 @@ This allows to access Docker containers using `dockerhost`. This tutorial uses a few Docker images and software. Let's download them before we start the tutorial. -Download the file from https://github.com/docker/labs/blob/master/developer-tools/java/scripts/docker-compose-pull-images.yml and give the command to pull all the images: +Download the file from https://raw.githubusercontent.com/docker/labs/master/developer-tools/java/scripts/docker-compose-pull-images.yml and give the command to pull all the images: ```console docker-compose -f docker-compose-pull-images.yml pull --parallel