File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkg/analysis_server/doc/implementation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ distinguish between three kinds of code editing features:
1010
1111- a [ quick assist] ( quick_assist.md ) is a code edit that is both local in scope
1212 and doesn't require any user input. They are available when the selection is
13- within the assist's [ available range] [ ] .
13+ within the assist's [ available range] ( #choosing-an-available-range ) .
1414
1515- a [ refactoring] ( ) is a code edit that is either non-local in scope or that
1616 requires user input. They are available when the selection is within the
17- assist's [ available range] [ ] .
17+ assist's [ available range] ( #choosing-an-available-range ) .
1818
1919## Scope
2020
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ they are a way of allowing a package author to specify API-specific quick fixes.
1212
1313Before you read this you should be familiar with both
1414- [ Writing a quick fix] ( quick_fix.md ) , and
15- - [ Data-driven Fixes] ( https://github.com/flutter/flutter/wiki/ Data-driven-Fixes ) .
15+ - [ Data-driven Fixes] ( https://github.com/flutter/flutter/blob/main/docs/contributing/ Data-driven-Fixes.md ) .
1616
1717## How data-driven fixes work
1818
@@ -78,7 +78,7 @@ you would instead modify something that already exists.
7878The first step is to design the changes to the data-file format that will allow
7979users to specify the change. Follow the design principles outlined in the
8080Overview in
81- [ Data-driven Fixes] ( https://github.com/flutter/flutter/wiki/ Data-driven-Fixes ) .
81+ [ Data-driven Fixes] ( https://github.com/flutter/flutter/blob/main/docs/contributing/ Data-driven-Fixes.md ) .
8282
8383In addition, look at the existing changes to ensure that a new kind of change is
8484required. It might make more sense to extend an existing change rather than to
You can’t perform that action at this time.
0 commit comments