File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ check out the Flutter [contribution guide][framework-contribute]
190190and how to [ Set up the engine development environment] [ engine-setup ] .
191191
192192[ framework-contribute ] : {{site.repo.flutter}}/blob/main/CONTRIBUTING.md
193- [ engine-setup ] : {{site.repo.flutter}}/blob/main/engine/src/flutter/ docs/contributing/Setting-up-the-Engine-development-environment.md
193+ [ engine-setup ] : {{site.repo.flutter}}/blob/main/docs/engine /contributing/Setting-up-the-Engine-development-environment.md
194194
195195### Flutter packages
196196
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ about evaluating and debugging Flutter's performance.
7575* How do I query the target frames per second (of the display)?
7676 * [ Get the display refresh rate] [ ]
7777
78- [ Get the display refresh rate ] : {{site.repo.flutter}}/blob/main/engine/src/flutter/ docs/Engine-specific-Service-Protocol-extensions.md#get-the-display-refresh-rate-_fluttergetdisplayrefreshrate
78+ [ Get the display refresh rate ] : {{site.repo.flutter}}/blob/main/docs/engine /Engine-specific-Service-Protocol-extensions.md#get-the-display-refresh-rate-_fluttergetdisplayrefreshrate
7979
8080* How to solve my app's poor animations caused by an expensive
8181 Dart async function call that is blocking the UI thread?
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ The quantities plotted on the y-axis are as follows:
376376 For more information, see [ Dart VM internals] [ ] .
377377
378378[ Command-line and server apps ] : {{site.dart-site}}/server
379- [ Custom Flutter engine embedders ] : {{site.repo.flutter}}/blob/main/engine/src/flutter/ docs/Custom-Flutter-Engine-Embedders.md
379+ [ Custom Flutter engine embedders ] : {{site.repo.flutter}}/blob/main/docs/engine /Custom-Flutter-Engine-Embedders.md
380380[ Dart VM internals ] : https://mrale.ph/dartvm/
381381[ DevTools Performance view ] : /tools/devtools/performance
382382[ Flutter architectural overview ] : /resources/architectural-overview
You can’t perform that action at this time.
0 commit comments