Browse Source

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) 9 years ago
parent
commit
8f3c0fdff3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/commandline/build.md

+ 1 - 1
docs/reference/commandline/build.md

@@ -277,7 +277,7 @@ flag](../run.md#specifying-custom-cgroups).
 
 
 Using the `--ulimit` option with `docker build` will cause each build step's
 Using the `--ulimit` option with `docker build` will cause each build step's
 container to be started using those [`--ulimit`
 container to be started using those [`--ulimit`
-flag values](../run.md#setting-ulimits-in-a-container).
+flag values](./run.md#set-ulimits-in-container-ulimit).
 
 
 ### Set build-time variables (--build-arg)
 ### Set build-time variables (--build-arg)