From 31408e4c8b371af367308cf5c6d21228d90b249b Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 10 Oct 2017 11:07:53 -0700 Subject: [PATCH] Fix broken link (#4868) --- engine/swarm/manage-nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/swarm/manage-nodes.md b/engine/swarm/manage-nodes.md index 1973c69634..64b578e1dd 100644 --- a/engine/swarm/manage-nodes.md +++ b/engine/swarm/manage-nodes.md @@ -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