summaryrefslogtreecommitdiffstats
path: root/styleguide
diff options
context:
space:
mode:
authoryhirano <yhirano@chromium.org>2014-10-14 15:54:19 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-14 22:55:57 +0000
commit1297a355293c6bf87258c8fb5bad5c47ddcffa75 (patch)
tree73dd1cc61e4e58cb72b1f3bb903b5ed62856f854 /styleguide
parent8211824a7f7546adabc5bc1ffb93be135080c2dd (diff)
downloadchromium_src-1297a355293c6bf87258c8fb5bad5c47ddcffa75.zip
chromium_src-1297a355293c6bf87258c8fb5bad5c47ddcffa75.tar.gz
chromium_src-1297a355293c6bf87258c8fb5bad5c47ddcffa75.tar.bz2
Fix a broken link in the c++11 guide.
BUG=None NOTRY=true Review URL: https://codereview.chromium.org/653683003 Cr-Commit-Position: refs/heads/master@{#299574}
Diffstat (limited to 'styleguide')
-rw-r--r--styleguide/c++/c++11.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/styleguide/c++/c++11.html b/styleguide/c++/c++11.html
index b7f2908..d579de0 100644
--- a/styleguide/c++/c++11.html
+++ b/styleguide/c++/c++11.html
@@ -194,7 +194,7 @@ codebase.
<td>Compile-time constant expressions</td>
<td>TODO: documentation link</td>
<td>Doesn't work in MSVS2013. Reevalute once it does. <a
-href="https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#constexpr">Google
+href="https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Use_of_constexpr">Google
Style Guide on <code>constexpr</code></a></td>
</tr>