mirror of https://github.com/zulip/zulip.git
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:
parent
9dadab6eac
commit
8939dc1cdd
|
@ -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/)
|
||||
|
|
Loading…
Reference in New Issue