Fixed broken Docker linux installation link.

[This](https://docs.docker.com/engine/started/) link is broken. Updated to the latest.
This commit is contained in:
Akash Nimare 2016-06-21 08:36:40 +05:30 committed by GitHub
parent 9dadab6eac
commit 8939dc1cdd
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ First, you need to install Docker in your development machine
following the [instructions][docker-install]. Some other interesting
links for somebody new in Docker are:
* [Get Started](https://docs.docker.com/linux/started/)
* [Get Started](https://docs.docker.com/engine/installation/linux/)
* [Understand the architecture](https://docs.docker.com/engine/understanding-docker/)
* [Docker run reference](https://docs.docker.com/engine/reference/run/)
* [Dockerfile reference](https://docs.docker.com/engine/reference/builder/)