Merge pull request #3111 from thaJeztah/20.10_backport_fix_reference_link

[20.10 backport] docs: fix link to command-line reference
This commit is contained in:
Silvin Lubecki 2021-05-31 09:45:27 +02:00 committed by GitHub
commit f485f66943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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