| Index: runtime/observatory/lib/src/elements/isolate_summary.html
|
| diff --git a/runtime/observatory/lib/src/elements/isolate_summary.html b/runtime/observatory/lib/src/elements/isolate_summary.html
|
| index ed3398f1048eceda5ce5edeb4676386c0d40bbdf..5718cdba54472da6090dc4bb9373a45dc89cc2da 100644
|
| --- a/runtime/observatory/lib/src/elements/isolate_summary.html
|
| +++ b/runtime/observatory/lib/src/elements/isolate_summary.html
|
| @@ -162,17 +162,17 @@
|
| </div>
|
| <div class="memberItem">
|
| <div class="memberValue">
|
| - See <a on-click="{{ goto }}" _href="{{ gotoLink(isolate.relativeLink('profile')) }}">cpu profile</a>
|
| + See <a on-click="{{ goto }}" _href="{{ gotoLink('/profiler' + isolate.link) }}">cpu profile</a>
|
| </div>
|
| </div>
|
| <div class="memberItem">
|
| <div class="memberValue">
|
| - See <a on-click="{{ goto }}" _href="{{ gotoLink(isolate.relativeLink('allocationprofile')) }}">allocation profile</a>
|
| + See <a on-click="{{ goto }}" _href="{{ gotoLink('/allocation-profiler' + isolate.link) }}">allocation profile</a>
|
| </div>
|
| </div>
|
| <div class="memberItem">
|
| <div class="memberValue">
|
| - See <a on-click="{{ goto }}" _href="{{ gotoLink(isolate.relativeLink('heapmap')) }}">heap map</a>
|
| + See <a on-click="{{ goto }}" _href="{{ gotoLink('/heap-map' + isolate.link) }}">heap map</a>
|
| </div>
|
| </div>
|
| <div class="memberItem">
|
|
|