Skip to content

Commit b43afc7

Browse files
committed
Merge pull request google#91 from zettca/patch-1
Fix links to C++ guide
2 parents 842ac63 + 57cd341 commit b43afc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascriptguide.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
<STYLEPOINT title="Code formatting">
981981
<SUMMARY>Expand for more information.</SUMMARY>
982982
<BODY>
983-
<p>We follow the <a href="cppguide.xml#Formatting">C++ formatting
983+
<p>We follow the <a href="cppguide.html#Formatting">C++ formatting
984984
rules</a> in spirit, with the following additional clarifications.</p>
985985
<SUBSECTION title="Curly Braces">
986986
<p>Because of implicit semicolon insertion, always start your curly
@@ -2215,7 +2215,7 @@
22152215
<BODY>
22162216
<p>
22172217
We follow the
2218-
<a href="cppguide.xml#Comments">
2218+
<a href="cppguide.html#Comments">
22192219
C++ style for comments</a> in spirit.
22202220
</p>
22212221

0 commit comments

Comments
 (0)