Skip to content

Commit

Permalink
Fix reference link error in Jenkins docs failure
Browse files Browse the repository at this point in the history
This fix fixes one of the Jenkins docs failure:
https://jenkins.dockerproject.org/job/docs-docker-pr/9754/

There are 7 errors. This fix addresses one:
`* link error: (in page engine/userguide/storagedriver/device-mapper-driver.md) ../../reference/commandline/dockerd/#storage-driver-options`

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
(cherry picked from commit 1cb7fb4)
  • Loading branch information
yongtang authored and Tibor Vass committed Jun 30, 2016
1 parent 92ffbd2 commit abb6e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/storagedriver/device-mapper-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,4 +658,4 @@ data volumes.
* [Select a storage driver](selectadriver.md)
* [AUFS storage driver in practice](aufs-driver.md)
* [Btrfs storage driver in practice](btrfs-driver.md)
* [daemon reference](../../reference/commandline/dockerd/#storage-driver-options)
* [daemon reference](../../reference/commandline/dockerd.md#storage-driver-options)

0 comments on commit abb6e38

Please sign in to comment.