Skip to content

Commit 53a33b7

Browse files
authored
Fix link to .gclient setup instructions (#176046)
Fix link to .gclient setup instructions.
1 parent 97c11cf commit 53a33b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/engine/contributing/Setting-up-the-Engine-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Clone the Flutter source code. As of late 2024, the engine source is part of the
4747
> [!IMPORTANT]
4848
> On Windows, the following must be run as an Administrator due to [a known issue](https://github.com/flutter/flutter/issues/94580).
4949
50-
[Setup a `.gclient` file](../../../../../engine/README.md) in the repository
50+
[Setup a `.gclient` file](../../../engine/README.md) in the repository
5151
root (the `flutter/flutter` repository root), and run `gclient sync`.
5252

5353
The "Engine Tool" called `et` is useful when working with the engine. It is located in the [`flutter/engine/src/flutter/bin`](https://github.com/flutter/flutter/tree/0c3359df8c8342c8907316488b1404a216f215b6/engine/src/flutter/bin) directory. Add this to your `$PATH` in your `.rc` file: e.g. on UNIX, using `export PATH=/path/to/flutter/engine/src/flutter/bin:$PATH`.

0 commit comments

Comments
 (0)