Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: tools/gn/docs/cross_compiles.md

Issue 1362733002: [GN]: Fix bad doc links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/cross_compiles.md
diff --git a/tools/gn/docs/cross_compiles.md b/tools/gn/docs/cross_compiles.md
index 1dc9ecac878d84fc49e650d016254aa86f2dd467..68d9bcb8570a3b623bb35ad0b1ecc2f426a64807 100644
--- a/tools/gn/docs/cross_compiles.md
+++ b/tools/gn/docs/cross_compiles.md
@@ -76,15 +76,15 @@ variables, but should generally never need to.
By default, dependencies listed in the `deps` variable of a rule use the
same (currently active) toolchain. You may specify a different toolchain
using the `foo(bar)` label notation as described in
-[GNLanguage#Labels](GNLanguage#Labels.md).
+[GNLanguage#Labels](language.md#Labels).
## As a //build/config or //build/toolchain author
As described in
-[GNLanguage#Overall\_build\_flow](GNLanguage#Overall_build_flow.md), the
-`default_toolchain` is declared in the //build/config/BUILDCONFIG.gn
-file. Usually the default\_toolchain should be the toolchain for the
-target\_os and target\_cpu. The `current_toolchain` reflects the
+[GNLanguage#Overall-build-flow](language.md#Overall-build-flow), the
+`default_toolchain` is declared in the `//build/config/BUILDCONFIG.gn`
+file. Usually the `default_toolchain` should be the toolchain for the
+`target_os` and `target_cpu`. The `current_toolchain` reflects the
toolchain that is currently in effect for a rule.
Be sure you understand the differences between `host_cpu`, `target_cpu`,
« no previous file with comments | « tools/gn/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698