From: Philippe Mathieu-Daudé Date: Fri, 28 Jul 2017 22:46:02 +0000 (-0300) Subject: docs: fix broken paths to docs/interop/qcow2.txt X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f3fdeb9c972607a8b0691d17e204b6876f2f598a;p=qemu.git docs: fix broken paths to docs/interop/qcow2.txt With the move of some docs to docs/interop on d59157ea05, a reference path was not updated. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Kevin Wolf Signed-off-by: Michael Tokarev --- diff --git a/docs/qcow2-cache.txt b/docs/qcow2-cache.txt index 1fdd6f9ce7..b0571de4b8 100644 --- a/docs/qcow2-cache.txt +++ b/docs/qcow2-cache.txt @@ -15,7 +15,7 @@ not a straightforward operation. This document attempts to give an overview of the L2 and refcount caches, and how to configure them. -Please refer to the docs/specs/qcow2.txt file for an in-depth +Please refer to the docs/interop/qcow2.txt file for an in-depth technical description of the qcow2 file format.