Browse code

Update builder.md

Fix a invalid link.

Signed-off-by: Wang Jie <wangjie5@chinaskycloud.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>

Wang Jie authored on 2017/04/18 17:58:29
Showing 1 changed files
... ...
@@ -94,8 +94,8 @@ instructions.
94 94
 Whenever possible, Docker will re-use the intermediate images (cache),
95 95
 to accelerate the `docker build` process significantly. This is indicated by
96 96
 the `Using cache` message in the console output.
97
-(For more information, see the [Build cache section](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/build-cache)) in the
98
-`Dockerfile` best practices guide:
97
+(For more information, see the [Build cache section](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#build-cache) in the
98
+`Dockerfile` best practices guide):
99 99
 
100 100
     $ docker build -t svendowideit/ambassador .
101 101
     Sending build context to Docker daemon 15.36 kB