ソースを参照

Merge pull request #19485 from HackToday/fixlink

Fix the ulimit link
David Calavera 9 年 前
コミット
7915077a38
1 ファイル変更1 行追加1 行削除
  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)