Skip to content

Commit 80f68c8

Browse files
Batuhan Taşkayashin-
authored andcommitted
reference swarm page correctly
Signed-off-by: Batuhan Taşkaya <[email protected]>
1 parent 5d42ab8 commit 80f68c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guides/swarm_services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Starting with Engine version 1.12 (API 1.24), it is possible to manage services
88
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.
9+
[Swarm cluster](../swarm.html) before you can use the service-related methods.
1010

1111
## Creating a service
1212

@@ -66,4 +66,4 @@ Either the service name or service ID can be used as argument.
6666

6767
```python
6868
client.remove_service('my_service_name')
69-
```
69+
```

0 commit comments

Comments
 (0)