Fix the link url to deployments doc

pull/774/head
Jisoo Park 2016-07-04 21:27:39 +09:00 committed by GitHub
parent 8e4631af2e
commit 03ba417287
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Delete the Deployment by name:
kubectl delete deployment nginx-deployment
```
For more information, such as how to rollback Deployment changes to a previous version, see [_Deployments_](/docs/user-guide/deployment/).
For more information, such as how to rollback Deployment changes to a previous version, see [_Deployments_](/docs/user-guide/deployments/).
## Services