| Index: runtime/observatory/lib/src/elements/service_ref.dart
|
| diff --git a/runtime/observatory/lib/src/elements/service_ref.dart b/runtime/observatory/lib/src/elements/service_ref.dart
|
| index 63f24499eaa9b7b64a75b9b528bd53f76a88e6c9..f8ef42e2a1d5abdaa8553acbc91507c9974d3842 100644
|
| --- a/runtime/observatory/lib/src/elements/service_ref.dart
|
| +++ b/runtime/observatory/lib/src/elements/service_ref.dart
|
| @@ -27,7 +27,7 @@ class ServiceRefElement extends ObservatoryElement {
|
| if (ref == null) {
|
| return 'NULL REF';
|
| }
|
| - return gotoLink(ref.link);
|
| + return gotoLink('/inspect', ref);
|
| }
|
|
|
| String get serviceId {
|
|
|