Skip to content

Commit

Permalink
Use name attribute not id attribute for anchor tag in Markdown
Browse files Browse the repository at this point in the history
Per dpranke, it seems Gerrit strips out <a id=foo> anchors.

BUG=

Review-Url: https://codereview.chromium.org/2567583002
Cr-Commit-Position: refs/heads/master@{#437673}
  • Loading branch information
amoylan authored and Commit bot committed Dec 9, 2016
1 parent 9f61b42 commit a960fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

### <a id=faster-builds></a>Faster builds
### <a name="faster-builds"></a>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.
Expand Down

0 comments on commit a960fa5

Please sign in to comment.