summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBatuhan Taşkaya <btaskaya33@gmail.com>2019-05-09 20:29:11 +0300
committerBatuhan Taşkaya <btaskaya33@gmail.com>2019-05-09 20:34:42 +0300
commit384043229bd2bd5150b8040c27f6c0d5fefe0ea0 (patch)
tree98b94e0c24c7a0d6b593c3fd897a1546633110f3 /docs
parent23c5c001c6345c431fe31d8dfb62a38cc59720bc (diff)
downloaddocker-py-384043229bd2bd5150b8040c27f6c0d5fefe0ea0.tar.gz
reference swarm page correctly
Signed-off-by: Batuhan Taşkaya <btaskaya33@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guides/swarm_services.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guides/swarm_services.md b/docs/user_guides/swarm_services.md
index 369fbed..5c3a80d 100644
--- a/docs/user_guides/swarm_services.md
+++ b/docs/user_guides/swarm_services.md
@@ -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
@@ -66,4 +66,4 @@ Either the service name or service ID can be used as argument.
```python
client.remove_service('my_service_name')
-``` \ No newline at end of file
+```