diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-28 19:46:05 -0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-07-31 13:12:53 +0300 |
| commit | 87e0331c5a2ac1d8d654e565ecbe72705118606b (patch) | |
| tree | 4f15e06246038dca05cf3a98c81b9edd74bace4d /scripts/simpletrace.py | |
| parent | b208ac07ea8455878bba250796be38dbe58066db (diff) | |
| download | focaccia-qemu-87e0331c5a2ac1d8d654e565ecbe72705118606b.tar.gz focaccia-qemu-87e0331c5a2ac1d8d654e565ecbe72705118606b.zip | |
docs: fix broken paths to docs/devel/tracing.txt
With the move of some docs/ to docs/devel/ on ac06724a71, no references were updated. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'scripts/simpletrace.py')
| -rwxr-xr-x | scripts/simpletrace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/simpletrace.py b/scripts/simpletrace.py index f1be6e419a..2a977e2ab9 100755 --- a/scripts/simpletrace.py +++ b/scripts/simpletrace.py @@ -7,7 +7,7 @@ # This work is licensed under the terms of the GNU GPL, version 2. See # the COPYING file in the top-level directory. # -# For help see docs/tracing.txt +# For help see docs/devel/tracing.txt import struct import re |