Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f21f2b2

Browse files
authored
[docs] Fix broken links in docs/ (#55350)
Fix broken links in docs/, specifically replaces ../ with https://github.com/flutter/flutter/blob/master/docs/ [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 570643c commit f21f2b2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is an index of team-facing documentation for the [flutter/engine repository](https://github.com/flutter/engine/).
22

3-
- [Accessibility on Windows](../platforms/desktop/windows/Accessibility-on-Windows.md)
3+
- [Accessibility on Windows](https://github.com/flutter/flutter/blob/master/docs/platforms/desktop/windows/Accessibility-on-Windows.md)
44
- [Code signing metadata](./release/Code-signing-metadata.md) for engine binaries
55
- [Compiling the engine](./contributing/Compiling-the-engine.md)
66
- [Comparing AOT Snapshot Sizes](./benchmarks/Comparing-AOT-Snapshot-Sizes.md)
@@ -9,7 +9,7 @@ This is an index of team-facing documentation for the [flutter/engine repository
99
- [Custom Flutter Engine Embedding in AOT Mode](./Custom-Flutter-Engine-Embedding-in-AOT-Mode.md)
1010
- [Debugging the engine](./Debugging-the-engine.md)
1111
- [Flutter engine operation in AOT Mode](./Flutter-engine-operation-in-AOT-Mode.md)
12-
- [Flutter Test Fonts](../contributing/testing/Flutter-Test-Fonts.md)
12+
- [Flutter Test Fonts](https://github.com/flutter/flutter/blob/master/docs/contributing/testing/Flutter-Test-Fonts.md)
1313
- [Flutter's modes](./Flutter's-modes.md)
1414
- [Engine Clang Tidy Linter](./ci/Engine-Clang-Tidy-Linter.md)
1515
- [Engine disk footprint](./Engine-disk-footprint.md)
@@ -19,14 +19,14 @@ This is an index of team-facing documentation for the [flutter/engine repository
1919
- [Impeller](./impeller/README.md) documentation index
2020
- [Life of a Flutter Frame](Life-of-a-Flutter-Frame.md)
2121
- [Reduce Flutter engine size with MLGO](Reduce-Flutter-engine-size-with-MLGO.md)
22-
- [Resolving common build failures](../platforms/android/Resolving-common-build-failures.md)
22+
- [Resolving common build failures](https://github.com/flutter/flutter/blob/master/docs/platforms/android/Resolving-common-build-failures.md)
2323
- [Setting up the Engine development environment](./contributing/Setting-up-the-Engine-development-environment.md)
2424
- [Supporting legacy platforms](Supporting-legacy-platforms.md)
25-
- [Testing Android Changes in the Devicelab on an Emulator](../platforms/android/Testing-Android-Changes-in-the-Devicelab-on-an-Emulator.md)
25+
- [Testing Android Changes in the Devicelab on an Emulator](https://github.com/flutter/flutter/blob/master/docs/platforms/android/Testing-Android-Changes-in-the-Devicelab-on-an-Emulator.md)
2626
- [Testing the engine](./testing/Testing-the-engine.md)
2727
- [Testing presubmit Engine PRs with the Flutter framework](Testing-presubmit-Engine-PRs-with-the-Flutter-framework.md)
28-
- [The Engine architecture](../about/The-Engine-architecture.md)
29-
- [Upgrading Engine's Android API version](../platforms/android/Upgrading-Engine's-Android-API-version.md)
28+
- [The Engine architecture](https://github.com/flutter/flutter/blob/master/docs/about/The-Engine-architecture.md)
29+
- [Upgrading Engine's Android API version](https://github.com/flutter/flutter/blob/master/docs/platforms/android/Upgrading-Engine's-Android-API-version.md)
3030
- [Using the Dart Development Service (DDS) and Flutter DevTools with a custom Flutter Engine Embedding](./Using-the-Dart-Development-Service-(DDS)-and-Flutter-DevTools-with-a-custom-Flutter-Engine-Embedding.md)
3131
- [Using Sanitizers with the Flutter Engine](./Using-Sanitizers-with-the-Flutter-Engine.md)
32-
- [Why we have a separate engine repo](../about/Why-we-have-a-separate-engine-repo.md)
32+
- [Why we have a separate engine repo](https://github.com/flutter/flutter/blob/master/docs/about/Why-we-have-a-separate-engine-repo.md)

0 commit comments

Comments
 (0)