Fix another link to GN
diff --git a/Building-with-GN.md b/Building-with-GN.md
index 3ad73dd..36631a6 100644
--- a/Building-with-GN.md
+++ b/Building-with-GN.md
@@ -7,7 +7,7 @@
If you intend to develop on V8, i.e., send patches and work with changelists, you’ll need to install the dependencies as described [here](https://github.com/v8/v8/wiki/Using-Git).
-More information on GN can be found in [Chromium's documentation](https://www.chromium.org/developers/gn-build-configuration) or [GN's own](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs).
+More information on GN can be found in [Chromium's documentation](https://www.chromium.org/developers/gn-build-configuration) or [GN's own](https://gn.googlesource.com/gn/+/master/docs/).
## Prerequisite: Build dependencies