Merge pull request #1762 from thaJeztah/fix-api-link

Fix broken links in README
This commit is contained in:
Dongluo Chen 2016-02-04 17:26:55 -08:00
commit ba03f68b74
1 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,8 @@
# Docker Swarm API README
The Docker Swarm API is mostly compatible with the [Docker Remote
API](https://docs.docker.com/reference/api/docker_remote_api/). To read the
end-user API documentation, visit [the Swarm API documentation on
docs.docker.com](https://docs.docker.com/swarm/api/swarm-api/). If you want to
modify the discovery API documentation, start with [the `docs/api/swarm-api.md`
file](https://github.com/docker/swarm/blob/master/docs/api/swarm-api.md) in this
project.
API](https://docs.docker.com/engine/reference/api/docker_remote_api/). To read
the end-user API documentation, visit [the Swarm API documentation on
docs.docker.com](https://docs.docker.com/swarm/swarm-api/). If you want to
modify the discovery API documentation, start with [the `docs/swarm-api.md`
file](../docs/swarm-api.md) in this project.