commit | 5a0fcb946fdfed53928aba52fb08d18452e4e78c | [log] [tgz] |
---|---|---|
author | philipj <[email protected]> | Sat Jan 23 23:23:40 2016 |
committer | Commit bot <[email protected]> | Sat Jan 23 23:25:36 2016 |
tree | 753c027c39ed7fbfe5fb45fcb3aa1f22b0309172 | |
parent | 22367f6468e5a6b8e8d024f476826144b2099bac [diff] [blame] |
Fix typo in link to ccache for Mac [email protected] Review URL: https://codereview.chromium.org/1624903002 Cr-Commit-Position: refs/heads/master@{#371150}
diff --git a/docs/mac_build_instructions.md b/docs/mac_build_instructions.md index 10c9e5d..6a35330 100644 --- a/docs/mac_build_instructions.md +++ b/docs/mac_build_instructions.md
@@ -82,7 +82,7 @@ to disable debug symbols altogether, this makes both full rebuilds and linking faster (at the cost of not getting symbolized backtraces in gdb). -You might also want to [install ccache](ccache_cac.md) to speed up the build. +You might also want to [install ccache](ccache_mac.md) to speed up the build. ## Running