From: Philippe Mathieu-Daudé <f4bug@amsat.org>
Date: Fri, 28 Jul 2017 22:46:02 +0000 (-0300)
Subject: docs: fix broken paths to docs/interop/qcow2.txt
X-Git-Tag: v2.10.0-rc1~9^2~5
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f3fdeb9c972607a8b0691d17e204b6876f2f598a;p=users%2Fdwmw2%2Fqemu.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é <f4bug@amsat.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---

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.