We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d42ab8 commit 80f68c8Copy full SHA for 80f68c8
docs/user_guides/swarm_services.md
@@ -6,7 +6,7 @@
6
7
Starting with Engine version 1.12 (API 1.24), it is possible to manage services
8
using the Docker Engine API. Note that the engine needs to be part of a
9
-[Swarm cluster](../swarm.rst) before you can use the service-related methods.
+[Swarm cluster](../swarm.html) before you can use the service-related methods.
10
11
## Creating a service
12
@@ -66,4 +66,4 @@ Either the service name or service ID can be used as argument.
66
67
```python
68
client.remove_service('my_service_name')
69
-```
+```
0 commit comments