Skip to content

Commit 4af4477

Browse files
bampakoammalerba
authored andcommitted
docs: fix link in DEV_ENVIRONMENT guide (#20773)
Fix link for installing MSYS2 in the Developer guide (cherry picked from commit 272c1a3)
1 parent 2e45a8e commit 4af4477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEV_ENVIRONMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Make sure you have both `node` and `yarn` installed.
44
We recommend using `nvm` to manage your node versions.
55
2. angular/components uses Bazel which requires certain Bash and UNIX tools.
6-
- On Windows: Follow the [instructions](https://docs.bazel.build/versions/master/install-windows.html#5-optional-install-compilers-and-language-runtimes)
6+
- On Windows: Follow the [instructions](https://docs.bazel.build/versions/master/install-windows.html#installing-compilers-and-language-runtimes)
77
to install [`MSYS2`](https://www.msys2.org/) and the listed "Common MSYS2 packages".
88
Afterwards add `C:\msys64\usr\bin` to the `PATH` environment variable.
99
3. Fork the `angular/components` repo on GitHub.

0 commit comments

Comments
 (0)