Skip to content

Commit

Permalink
Fix links in C++ guide to point to GitHub
Browse files Browse the repository at this point in the history
The links were pointing to googlecode.com. Two of them resulted in "404
Not Found", one resulted in the message "the project is moved".
  • Loading branch information
frp committed Nov 1, 2015
1 parent 2bfe5f4 commit 7e0bcd7
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 7e0bcd7

Please sign in to comment.