Use relative URLs in docs where possible

This commit is contained in:
Andrei Pangin
2025-01-08 19:32:17 +00:00
parent 77a5339b2c
commit b55cb7c973
6 changed files with 14 additions and 14 deletions

View File

@@ -98,7 +98,7 @@ $ jps
$ asprof -d 30 -f /tmp/flamegraph.html 8983
```
[![Example](https://github.com/async-profiler/async-profiler/blob/master/.assets/images/flamegraph.png)](https://htmlpreview.github.io/?https://github.com/async-profiler/async-profiler/blob/master/.assets/html/flamegraph.html)
[![Example](/.assets/images/flamegraph.png)](https://htmlpreview.github.io/?https://github.com/async-profiler/async-profiler/blob/master/.assets/html/flamegraph.html)
The flame graph html can be opened in any browser of your choice for further interpretation.