From f69a6c6ae8c6b54cd48bf0e15f284b1bcee28040 Mon Sep 17 00:00:00 2001 From: sgpinkus Date: Tue, 5 Jan 2021 17:02:24 +1100 Subject: [PATCH] Update swarm-deploy.md Add a link to (what appears to be) the root of the "swarm mode" documentation. --- get-started/swarm-deploy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get-started/swarm-deploy.md b/get-started/swarm-deploy.md index fd59e23ef8..affd1f09cb 100644 --- a/get-started/swarm-deploy.md +++ b/get-started/swarm-deploy.md @@ -90,7 +90,8 @@ In addition to deploying to Swarm, we have also described our application as a s Further documentation for all new Swarm objects and CLI commands used in this article are available here: - - [Swarm Services](https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/) + - [Swarm Mode](https://docs.docker.com/engine/swarm/) + - [Swarm Mode Services](https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/) - [Swarm Stacks](https://docs.docker.com/engine/swarm/stack-deploy/) - [`docker stack *`](https://docs.docker.com/engine/reference/commandline/stack/) - [`docker service *`](https://docs.docker.com/engine/reference/commandline/service/)