Skip to content

Commit 0dd4d95

Browse files
authored
Fix broken link in blog
1 parent 876ec87 commit 0dd4d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ You can then visualize it with `$BROWSER bloop-profile-initial.svg`.
451451
452452
After we're all set up, we'll then get an `svg` file that looks like this:
453453
454-
[![Initial flamegraph of implicit search in `frontend`](/resources/img/blog/bloop-profile-0.png)](/resources/img/blog/bloop-profile-0.png)
454+
[![Initial flamegraph of implicit search in `frontend`](/resources/img/blog/bloop-profile-0.svg)](/resources/img/blog/bloop-profile-0.svg)
455455
456456
(The flamegraph is a png image. You can check the svg by opening the image in
457457
a new tab and replacing `png` by `svg` in the URL. The svg images allows you to
@@ -669,7 +669,7 @@ exploration.
669669
#### Reading the implicit search flamegraph
670670
671671
672-
[![Initial flamegraph of implicit search in `frontend`](/resources/img/blog/bloop-profile-0.png)](/resources/img/blog/bloop-profile-0.png)
672+
[![Initial flamegraph of implicit search in `frontend`](/resources/img/blog/bloop-profile-0.svg)](/resources/img/blog/bloop-profile-0.svg)
673673
674674
The flamegraph has three colors. Every color has a meaning.
675675

0 commit comments

Comments
 (0)