From 9e4733d4eca58f136320da5ed6f2b256ffba42ff Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 29 Mar 2017 07:38:28 +0800 Subject: [PATCH] Update service-scaling.md (#2492) --- docker-cloud/apps/service-scaling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-cloud/apps/service-scaling.md b/docker-cloud/apps/service-scaling.md index e0c5d79eb7..b56abae3eb 100644 --- a/docker-cloud/apps/service-scaling.md +++ b/docker-cloud/apps/service-scaling.md @@ -106,7 +106,7 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1 "target_num_containers": 2 } ``` -See the [scale a service API documentation](/apidocs/docker-cloud.md#scale-a-service) +See the [scale a service API documentation](/apidocs/docker-cloud.md#scale-a-service). ### Scaling a running service using the CLI @@ -116,7 +116,7 @@ You can also scale an already running service using the CLI: $ docker-cloud service scale (uuid or name) 2 ``` -See the [scale a service CLI documentation](/apidocs/docker-cloud.md#scale-a-service) +See the [scale a service CLI documentation](/apidocs/docker-cloud.md#scale-a-service). ## Sequential deployment and scaling @@ -154,4 +154,4 @@ application through the CLI:  ```bash $ docker-cloud service run --sequential [...]  -``` \ No newline at end of file +```