Skip to content

Commit cc6286c

Browse files
committed
update some doc links
1 parent 3974d3a commit cc6286c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/contribute/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ check out the Flutter [contribution guide][framework-contribute]
190190
and 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

src/content/perf/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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?

src/content/tools/devtools/memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)