Skip to content

Commit

Permalink
Fix links to C++ guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca committed Nov 27, 2015
1 parent e133301 commit 57cd341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascriptguide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@
<STYLEPOINT title="Code formatting">
<SUMMARY>Expand for more information.</SUMMARY>
<BODY>
<p>We follow the <a href="cppguide.xml#Formatting">C++ formatting
<p>We follow the <a href="cppguide.html#Formatting">C++ formatting
rules</a> in spirit, with the following additional clarifications.</p>
<SUBSECTION title="Curly Braces">
<p>Because of implicit semicolon insertion, always start your curly
Expand Down Expand Up @@ -2215,7 +2215,7 @@
<BODY>
<p>
We follow the
<a href="cppguide.xml#Comments">
<a href="cppguide.html#Comments">
C++ style for comments</a> in spirit.
</p>

Expand Down

0 comments on commit 57cd341

Please sign in to comment.