Fix broken link (#4868)

This commit is contained in:
Misty Stanley-Jones 2017-10-10 11:07:53 -07:00 committed by GitHub
parent 45eab83cc4
commit 31408e4c8b
1 changed files with 2 additions and 2 deletions

View File

@ -199,10 +199,10 @@ using the Docker API, by specifying a `PluginSpec` instead of a `ContainerSpec`.
> Docker CLI or Docker Compose. In addition, it is not possible to install
> plugins from a private repository.
The [`PluginSpec`](/extend/plugin_api/#json-specification)
The [`PluginSpec`](/engine/extend/plugin_api/#json-specification)
is defined by the plugin developer. To add the plugin to all Docker nodes, use
the [`service/create`](/engine/api/v1.31/#operation/ServiceCreate) API, passing
the `PluginSpec` defined in the `TaskTemplate`.
the `PluginSpec` JSON defined in the `TaskTemplate`.
## Leave the swarm