Skip to content

Commit

Permalink
docs: use absolute paths for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 29, 2024
1 parent 3593d3e commit 98323b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> Ruby tests profiling and optimization toolbox
<img align="right" height="150" width="129"
title="TestProf logo" class="home-logo" src="./assets/images/logo.svg">
title="TestProf logo" class="home-logo" src="/assets/images/logo.svg">

TestProf is a collection of different tools to analyze your test suite performance.

Expand All @@ -32,7 +32,7 @@ TestProf toolbox aims to help you identify bottlenecks in your test suite. It co

<p align="center">
<a href="http://bit.ly/test-prof-map-v1">
<img src="./assets/images/coggle.png" alt="TestProf map" width="738">
<img src="/assets/images/coggle.png" alt="TestProf map" width="738">
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/profilers/factory_prof.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ FPROF=flamegraph bundle exec rake test

That's how a report looks like:

![](../assets/factory-flame.gif)
![](/assets/factory-flame.gif)

How to read this?

Expand Down
2 changes: 1 addition & 1 deletion docs/profilers/tag_prof.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TAG_PROF=type TAG_PROF_FORMAT=html bundle exec rspec

That's how a report looks like:

![TagProf UI](../assets/tag-prof.gif)
![TagProf UI](/assets/tag-prof.gif)

## Instructions

Expand Down

0 comments on commit 98323b9

Please sign in to comment.