diff --git a/engine/reference/commandline/README.md b/engine/reference/commandline/README.md index e411a96362..442020068a 100644 --- a/engine/reference/commandline/README.md +++ b/engine/reference/commandline/README.md @@ -2,7 +2,7 @@ The files in this directory are stub files which include the file `/_includes/cli.md`, which parses YAML files generated from the -[`docker/docker`](https://github.com/moby/moby) repository. The YAML files +[`docker/cli`](https://github.com/docker/cli) repository. The YAML files are parsed into output files like [/engine/reference/commandline/build/](/engine/reference/commandline/build/). @@ -14,7 +14,7 @@ The output files are composed from two sources: the CLI source code in that repository. - The **Extended Description** and **Examples** sections are pulled into the - YAML from the files in [https://github.com/moby/moby/tree/master/docs/reference/commandline](https://github.com/moby/moby/tree/master/docs/reference/commandline) + YAML from the files in [https://github.com/docker/cli/tree/master/docs/reference/commandline](https://github.com/docker/cli/tree/master/docs/reference/commandline) Specifically, the Markdown inside the `## Description` and `## Examples` headings are parsed. Submit corrections to the text in that repository.