summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2016-02-25 10:50:35 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-25 18:51:36 +0000
commit89cd5db8514977995ba44ff8b7cc4b579dc625c4 (patch)
tree415a49de26b46bf6afe085fffa126d45eb76d5f1 /docs
parent268db9ed3b13caf802fd9e7250b47fa643eb52cd (diff)
downloadchromium_src-89cd5db8514977995ba44ff8b7cc4b579dc625c4.zip
chromium_src-89cd5db8514977995ba44ff8b7cc4b579dc625c4.tar.gz
chromium_src-89cd5db8514977995ba44ff8b7cc4b579dc625c4.tar.bz2
docs: update the link to the horizontal whitespace rule
This patch updates the old googlecode.com url as it just redirect to https://google.github.io/styleguide/cppguide.html. The new one now lives in the GitHub repository. BUG=None R=sdefresne@chromium.org Review URL: https://codereview.chromium.org/1726223007 Cr-Commit-Position: refs/heads/master@{#377627}
Diffstat (limited to 'docs')
-rw-r--r--docs/mac_build_instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mac_build_instructions.md b/docs/mac_build_instructions.md
index 87b101b..9695de7 100644
--- a/docs/mac_build_instructions.md
+++ b/docs/mac_build_instructions.md
@@ -111,7 +111,7 @@ directory. You can run them from the command line:
According to the
[Chromium style guide](http://dev.chromium.org/developers/coding-style) code is
-[not allowed to have whitespace on the ends of lines](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Horizontal_Whitespace).
+[not allowed to have whitespace on the ends of lines](https://google.github.io/styleguide/cppguide.html#Horizontal_Whitespace).
If you edit in Xcode, know that it loves adding whitespace to the ends of lines
which can make editing in Xcode more painful than it should be. The
[GTM Xcode Plugin](http://code.google.com/p/google-toolbox-for-mac/downloads/list)