From ffadcf5ae074814ecdb708f6214a94197dafcb9a Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Wed, 14 Mar 2018 12:16:58 -0700 Subject: [PATCH] Repair device tool repo (#6223) --- storage/storagedriver/device-mapper-driver.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/storagedriver/device-mapper-driver.md b/storage/storagedriver/device-mapper-driver.md index b9a95f6595..36c7b62805 100644 --- a/storage/storagedriver/device-mapper-driver.md +++ b/storage/storagedriver/device-mapper-driver.md @@ -439,10 +439,10 @@ instead. ##### Use the device_tool utility A community-contributed script called `device_tool.go` is available in the -`contrib/` directory of the Docker Github repository. You can use this tool to -resize a `loop-lvm` thin pool, avoiding the long process above. This tool is -not guaranteed to work, but you should only be using `loop-lvm` on non-production -systems. +[moby/moby](https://github.com/moby/moby/tree/master/contrib/docker-device-tool) +Github repository. You can use this tool to resize a `loop-lvm` thin pool, +avoiding the long process above. This tool is not guaranteed to work, but you +should only be using `loop-lvm` on non-production systems. If you do not want to use `device_tool`, you can [resize the thin pool manually](#use-operating-system-utilities) instead.