Fix highlighted line in GitHub link to storage driver selection (#6280)

This commit is contained in:
Sylvia van Os 2018-03-23 13:52:51 +01:00 committed by Gwendolynne Barr
parent 07fade089b
commit fa8e17e745
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ this decision, there are three high-level factors to consider:
The selection order is defined in Docker's source code. You can see the order
by looking at
[the source code for Docker CE {{ site.docker_ce_stable_version }}](https://github.com/docker/docker-ce/blob/{{ site.docker_ce_stable_version }}/components/engine/daemon/graphdriver/driver_linux.go#L54-L63)
[the source code for Docker CE {{ site.docker_ce_stable_version }}](https://github.com/docker/docker-ce/blob/{{ site.docker_ce_stable_version }}/components/engine/daemon/graphdriver/driver_linux.go#L50)
You can use the branch selector at the top of the file viewer to choose a
different branch, if you run a different version of Docker.
{: id="storage-driver-order" }