Index: pages/coding-style.html |
=================================================================== |
--- a/pages/coding-style.html |
+++ b/pages/coding-style.html |
@@ -44,7 +44,7 @@ |
<h2 id="html-css">{{html-css HTML and CSS}}</h2> |
<ul> |
- <li>{{html-css-general Follow the <a href="https://google.github.io/styleguide/htmlcssguide.xml">Google HTML/CSS Style Guide</a>.}}</li> |
+ <li>{{html-css-general Follow the <a href="https://google.github.io/styleguide/htmlcssguide.html">Google HTML/CSS Style Guide</a>.}}</li> |
<li>{{html-css-quotation Use double over single quotation marks.}}</li> |
<li>{{html-css-optional-tag Don't omit optional HTML tags.}}</li> |
<li>{{html-css-hexadecimal CSS color values should be specified in hexadecimal where possible.}}</li> |