diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-28 19:46:02 -0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-07-31 13:12:35 +0300 |
| commit | f3fdeb9c972607a8b0691d17e204b6876f2f598a (patch) | |
| tree | dea02cbd50798cad66b5dd6a959d58f1dc085645 | |
| parent | cfb41b8868084346f2af109e18ba85f9c82653b7 (diff) | |
| download | focaccia-qemu-f3fdeb9c972607a8b0691d17e204b6876f2f598a.tar.gz focaccia-qemu-f3fdeb9c972607a8b0691d17e204b6876f2f598a.zip | |
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>
| -rw-r--r-- | docs/qcow2-cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |