From da03cff6d7661c4ff48666119ac122811dc59465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20B=C3=A1m=C3=ADk=C3=ADy=C3=A1?= Date: Fri, 11 Feb 2022 15:52:36 +0100 Subject: [PATCH] Add link to Docker Compose repo to fix reference text --- engine/reference/commandline/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/reference/commandline/README.md b/engine/reference/commandline/README.md index 8e0738c614..fe50ab4777 100644 --- a/engine/reference/commandline/README.md +++ b/engine/reference/commandline/README.md @@ -14,9 +14,9 @@ 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/docker/cli/tree/master/docs/reference/commandline](https://github.com/docker/cli/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) for Docker CLI commands and [https://github.com/docker/compose/tree/v2/docs/reference](https://github.com/docker/compose/tree/v2/docs/reference) for Docker Compose commands. Specifically, the Markdown inside the `## Description` and `## Examples` - headings are parsed. Submit corrections to the text in that repository. + headings are parsed. Submit corrections to the text in those repositories. # Updating the YAML files