Clean up link references in //tools/gn/README.md.

Before Gitiles bug 82 was fixed, Gitiles did not render relative URLs
correctly on branches, so the GN docs had hard-coded absolute URLs.
That bug is now fixed, so this updates the docs.

R=brettw@chromium.org

Review-Url: https://codereview.chromium.org/2483673002
Cr-Original-Commit-Position: refs/heads/master@{#439388}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 44dbd2f12ae5d6307b607f18fe2dd466d8a8fa38
diff --git a/tools/gn/README.md b/tools/gn/README.md
index 4f90505..0a67774 100644
--- a/tools/gn/README.md
+++ b/tools/gn/README.md
@@ -1,7 +1,7 @@
 # What is GN?
 
 GN is a meta-build system that generates
-[NinjaBuild](https://chromium.googlesource.com/chromium/src/+/master/docs/ninja_build.md)
+[NinjaBuild](https://ninja-build.org)
 files so that you can build Chromium with Ninja.
 
 ## Why did you switch from GYP?
@@ -18,7 +18,7 @@
 4. GN gives us tools for querying the build graph; you can ask
    "what does X depend on" and "who depends on Y", for example.
 
-## What's the status of the GYP->GN migration?
+## What's the status of the GYP->GN migration for Chromium?
 
 _As of Oct 2016:_
 
@@ -36,13 +36,13 @@
 
 Read these links:
 
-  * [Quick start](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/quick_start.md)
-  * [FAQ](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/faq.md)
-  * [Language and operation details](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/language.md)
-  * [Reference](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/reference.md) The built-in `gn help` documentation.
-  * [Style guide](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/style_guide.md)
-  * [Cross compiling and toolchains](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/cross_compiles.md)
-  * [Hacking on GN itself](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/hacking.md)
-  * [GNStandalone](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/standalone.md) Standalone GN projects
-  * [UpdateGNBinaries](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/update_binaries.md) Pushing new binaries
-  * [Check](https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/check.md) `gn check` command reference
+  * [Quick start](docs/quick_start.md)
+  * [FAQ](docs/faq.md)
+  * [Language and operation details](docs/language.md)
+  * [Reference](docs/reference.md) The built-in `gn help` documentation.
+  * [Style guide](docs/style_guide.md)
+  * [Cross compiling and toolchains](docs/cross_compiles.md)
+  * [Hacking on GN itself](docs/hacking.md)
+  * [GNStandalone](docs/standalone.md) Standalone GN projects
+  * [UpdateGNBinaries](docs/update_binaries.md) Pushing new binaries
+  * [Check](docs/check.md) `gn check` command reference