Fix link to .gclient setup instructions (#176046)

Fix link to .gclient setup instructions.
diff --git a/docs/engine/contributing/Setting-up-the-Engine-development-environment.md b/docs/engine/contributing/Setting-up-the-Engine-development-environment.md
index b50a785..7771616 100644
--- a/docs/engine/contributing/Setting-up-the-Engine-development-environment.md
+++ b/docs/engine/contributing/Setting-up-the-Engine-development-environment.md
@@ -47,7 +47,7 @@
 > [!IMPORTANT]
 > On Windows, the following must be run as an Administrator due to [a known issue](https://github.com/flutter/flutter/issues/94580).
 
-[Setup a `.gclient` file](../../../../../engine/README.md) in the repository
+[Setup a `.gclient` file](../../../engine/README.md) in the repository
 root (the `flutter/flutter` repository root), and run `gclient sync`.
 
 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`.