File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pkg/analysis_server/lib/src/status Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ abstract class DiagnosticPage extends Page {
181181
182182 <nav class="masthead-nav">
183183 <a href="/status" ${isNavPage ? ' class="active"' : '' }>Diagnostics</a>
184- <a href="/collectreport " ${isCurrentPage ('/collectreport ' ) ? ' class="active"' : '' }>Collect Report</a>
184+ <a href="/collect-report " ${isCurrentPage ('/collect-report ' ) ? ' class="active"' : '' }>Collect Report</a>
185185 <a href="/feedback" ${isCurrentPage ('/feedback' ) ? ' class="active"' : '' }>Feedback</a>
186186 <a href="https://dart.dev/tools/dart-analyze" target="_blank">Docs</a>
187187 <a href="https://htmlpreview.github.io/?https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/doc/api.html" target="_blank">Spec</a>
You can’t perform that action at this time.
0 commit comments