aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/README.md
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2022-08-08 12:43:48 +0200
committerGitHub <noreply@github.com>2022-08-08 12:43:48 +0200
commit921ea0436efedfc55981dc06fef0c62dfc0b3b6c (patch)
tree238797288653a46a5e325290d2bf19aa05e495ee /client/js/app/README.md
parent2e4ce4614cf516f92c87b90d2ae020e8cfaf390a (diff)
fix image links
Diffstat (limited to 'client/js/app/README.md')
-rw-r--r--client/js/app/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/js/app/README.md b/client/js/app/README.md
index 7e7aed1b2e1..c47fc95acb1 100644
--- a/client/js/app/README.md
+++ b/client/js/app/README.md
@@ -28,16 +28,16 @@ To use the visualizer you paste the Vespa trace into the text box and press the
to a format supported by Jaeger and download it.
Only Vespa traces using _trace.timestampa=true_ **and** _traceLevel_ between 3 and 5 (inclusive) will work correctly.
-![Trace Converter](/img/TraceConverter.png)
+![Trace Converter](img/TraceConverter.png)
When downloading the trace a new tab with Jeager will open up.
Press the _JSON File_ button as shown in the image, and drag and drop the trace you just downloaded.
-![Jager Image](/img/JaegerExample.png)
+![Jager Image](img/JaegerExample.png)
You can then click on the newly added trace and see it displayed as a flame graph.
-![Example Image](/img/result.png)
+![Example Image](img/result.png)
# Client install and start