From 04e6884f65ae329eb9903dacddf90bb0c0d1b8cb Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 26 May 2021 14:14:02 +0200 Subject: [PATCH] docs: fix link to command-line reference This link worked on GitHub, but was broken on docs.docker.com, so replacing with a regular link directly to the docs instead. Signed-off-by: Sebastiaan van Stijn --- docs/extend/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/index.md b/docs/extend/index.md index ecdf00b8f8..dd885d535f 100644 --- a/docs/extend/index.md +++ b/docs/extend/index.md @@ -122,7 +122,7 @@ enabled, and use it to create a volume. To disable a plugin, use the `docker plugin disable` command. To completely remove it, use the `docker plugin remove` command. For other available commands and options, see the -[command line reference](../reference/commandline/index.md). +[command line reference](https://docs.docker.com/engine/reference/commandline/cli/). ## Developing a plugin