Skip to content

Commit 86456d1

Browse files
DanTupCommit Queue
authored andcommitted
[analysis_server] Fix link to element model page in diagnostics
This URL for this page was recently updated, but this link still had the old value. Change-Id: I4fe3366105040b64813803b0300d2837c7c1bd4f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/435200 Reviewed-by: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]>
1 parent 0d40669 commit 86456d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analysis_server/lib/src/status/pages/contexts_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class ContextsPage extends DiagnosticPageWithNav {
151151

152152
void writeFile(String file) {
153153
var astPath = '/ast?file=${Uri.encodeQueryComponent(file)}';
154-
var elementPath = '/element?file=${Uri.encodeQueryComponent(file)}';
154+
var elementPath = '/element-model?file=${Uri.encodeQueryComponent(file)}';
155155
var contentsPath = '/contents?file=${Uri.encodeQueryComponent(file)}';
156156
var hasOverlay = server.resourceProvider.hasOverlay(file);
157157

0 commit comments

Comments
 (0)