Skip to content

Commit

Permalink
Merge pull request docker#2335 from isidentical/master
Browse files Browse the repository at this point in the history
reference swarm page correctly
  • Loading branch information
shin- authored May 19, 2019
2 parents c2ceb89 + 3840432 commit a33dbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guides/swarm_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Starting with Engine version 1.12 (API 1.24), it is possible to manage services
using the Docker Engine API. Note that the engine needs to be part of a
[Swarm cluster](../swarm.rst) before you can use the service-related methods.
[Swarm cluster](../swarm.html) before you can use the service-related methods.

## Creating a service

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

```python
client.remove_service('my_service_name')
```
```

0 comments on commit a33dbd8

Please sign in to comment.