From afaa1a174d06b65f5b7b75bb19ee9d4ab0d10985 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Thu, 27 Sep 2018 03:37:12 -0400 Subject: [PATCH] Fixing link to volumes Link to specific volumes page rather than storage summary page. --- storage/storagedriver/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storagedriver/index.md b/storage/storagedriver/index.md index cdb08d1436..690f247f3e 100644 --- a/storage/storagedriver/index.md +++ b/storage/storagedriver/index.md @@ -18,7 +18,7 @@ Storage drivers allow you to create data in the writable layer of your container The files won't be persisted after the container stops, and both read and write speeds are low. -[Learn how to use volumes](../index.md) to persist data and improve performance. +[Learn how to use volumes](../volumes.md) to persist data and improve performance. ## Images and layers