Browse code

Fix the ulimit link

The old link not existed, we need fix it the right one.

Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>

Kai Qiang Wu(Kennan) authored on 2016/01/20 18:18:14
Showing 1 changed files
... ...
@@ -277,7 +277,7 @@ flag](../run.md#specifying-custom-cgroups).
277 277
 
278 278
 Using the `--ulimit` option with `docker build` will cause each build step's
279 279
 container to be started using those [`--ulimit`
280
-flag values](../run.md#setting-ulimits-in-a-container).
280
+flag values](./run.md#set-ulimits-in-container-ulimit).
281 281
 
282 282
 ### Set build-time variables (--build-arg)
283 283