Skip to content

Commit b18de84

Browse files
kwalrathcommit-bot@chromium.org
authored andcommitted
Don't link to analyzer_cli
Instead of linking to the DISCONTINUED https://pub.dartlang.org/packages/analyzer_cli, link to https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli#dartanalyzer. (I'm hoping this is a simple enough change that you can take it through this PR.) Closes dart-lang#35350 dart-lang#35350 GitOrigin-RevId: 579cddb Change-Id: I584ad6d9ef1f35aef030dc85c1d5c0081f29fe04 Reviewed-on: https://dart-review.googlesource.com/c/86520 Commit-Queue: Kathy Walrath <[email protected]> Reviewed-by: Kathy Walrath <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent f2d1858 commit b18de84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/analyzer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package provides a low-level _library_ that performs static analysis
44
of Dart code. It is useful for tool
55
integration and embedding.
66

7-
End-users should use the [dartanalyzer][analyzercli] command-line tool
7+
End-users should use the [dartanalyzer][] command-line tool
88
to analyze their Dart code.
99

1010
Integrators that want to add Dart support to their editor
@@ -96,7 +96,7 @@ this causes for our clients, but some pain is inevitable.
9696
See the [LICENSE] file.
9797

9898
[serverapi]: https://htmlpreview.github.io/?https://github.com/dart-lang/sdk/blob/master/pkg/analysis_server/doc/api.html
99-
[analyzercli]: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli
99+
[dartanalyzer]: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli#dartanalyzer
100100
[list]: https://groups.google.com/a/dartlang.org/forum/#!forum/analyzer-discuss
101101
[lintrules]: http://dart-lang.github.io/linter/lints/
102102
[glob]: https://pub.dartlang.org/packages/glob

0 commit comments

Comments
 (0)