From a960fa5f4025ea3b59bdb9bb424ede189ba375f9 Mon Sep 17 00:00:00 2001 From: amoylan Date: Fri, 9 Dec 2016 14:47:28 -0800 Subject: [PATCH] Use name attribute not id attribute for anchor tag in Markdown Per dpranke, it seems Gerrit strips out anchors. BUG= Review-Url: https://codereview.chromium.org/2567583002 Cr-Commit-Position: refs/heads/master@{#437673} --- docs/linux_build_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux_build_instructions.md b/docs/linux_build_instructions.md index 0fe97e60037dca..f4f7ec8a5beeeb 100644 --- a/docs/linux_build_instructions.md +++ b/docs/linux_build_instructions.md @@ -117,7 +117,7 @@ $ gn gen out/Default * For more info on GN, run `gn help` on the command line or read the [quick start guide](../tools/gn/docs/quick_start.md). -### Faster builds +### Faster builds This section contains some things you can change to speed up your builds, sorted so that the things that make the biggest difference are first.