Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
The link the bottom of https://google.github.io/styleguide/shell.xml is
broken. When changing from cppguide.xml to cppguide.html, it works.

Also cleaned up trailing whitespace.
  • Loading branch information
xyproto committed May 19, 2016
1 parent 70d6b7d commit 7ebdcc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Revision 1.26

<CATEGORY title="Background">



<STYLEPOINT title="Which Shell to Use">
<SUMMARY>
Expand Down Expand Up @@ -169,7 +169,7 @@ Revision 1.26
<p>
Every file must have a top-level comment including a brief overview of
its contents.
A
A
copyright notice
and author information are optional.
</p>
Expand All @@ -182,7 +182,7 @@ Revision 1.26
</CODE_SNIPPET>
</p>


</BODY>
</STYLEPOINT>

Expand Down Expand Up @@ -273,7 +273,7 @@ Revision 1.26
</p>
<p>
Examples:

<CODE_SNIPPET>
# TODO(mrmonkey): Handle the unlikely edge cases (bug ####)
</CODE_SNIPPET>
Expand Down Expand Up @@ -1141,7 +1141,7 @@ Revision 1.26
</p>
<p>
Please take a few minutes to read the Parting Words section at the bottom
of the <a href="cppguide.xml">C++ Guide</a>.
of the <a href="cppguide.html">C++ Guide</a>.
</p>
</CATEGORY>

Expand Down

0 comments on commit 7ebdcc4

Please sign in to comment.