Skip to content

Commit

Permalink
fix(docs): use HTML for asset images
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 30, 2024
1 parent 98323b9 commit 95eb073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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)
<img alt="TagProf UI" data-origin="/assets/factory-flame.gif" src="/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)
<img alt="TagProf UI" data-origin="/assets/tag-prof.gif" src="/assets/tag-prof.gif">

## Instructions

Expand Down

0 comments on commit 95eb073

Please sign in to comment.