Skip to content

Commit

Permalink
Merge pull request google#85 from frp/gh-pages
Browse files Browse the repository at this point in the history
Fix links in C++ guide to point to GitHub
  • Loading branch information
andybons committed Nov 1, 2015
2 parents 2bfe5f4 + 7e0bcd7 commit 162db3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cppguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ <h4 class="stylepoint_subsection">Named Namespaces</h4>

<p>Namespaces wrap the entire source file after
includes,
<a href="http://google-gflags.googlecode.com/">
<a href="http://gflags.github.io/gflags/">
gflags</a> definitions/declarations
and forward declarations of classes from other namespaces.</p>

Expand Down Expand Up @@ -2239,7 +2239,7 @@ <h3 id="cpplint">cpplint</h3>
how to run <code>cpplint.py</code> from their project
tools. If the project you are contributing to does not,
you can download
<a href="http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py">
<a href="https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py">
<code>cpplint.py</code></a> separately.</p>

</div>
Expand Down Expand Up @@ -4925,7 +4925,7 @@ <h2 id="Formatting">Formatting</h2>

<p>To help you format code correctly, we've
created a
<a href="http://google-styleguide.googlecode.com/svn/trunk/google-c-style.el">
<a href="https://raw.githubusercontent.com/google/styleguide/gh-pages/google-c-style.el">
settings file for emacs</a>.</p>

<h3 id="Line_Length">Line Length</h3>
Expand Down

0 comments on commit 162db3d

Please sign in to comment.