diff --git a/docs/base-css.html b/docs/base-css.html index 4d27a6d6..93711887 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -226,7 +226,7 @@
Full Name@@ -239,7 +239,7 @@ <address> <strong>Full Name</strong><br> - <a href="mailto:#">first.last@gmail.com</a> + <a href="mailto:#">first.last@example.com</a> </address>diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e0a02806..06879540 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -162,7 +162,7 @@ {{_i}}Full Name{{/i}}
@@ -175,7 +175,7 @@
<address>
<strong>{{_i}}Full Name{{/i}}</strong><br>
- <a href="mailto:#">{{_i}}first.last@gmail.com{{/i}}</a>
+ <a href="mailto:#">{{_i}}first.last@example.com{{/i}}</a>
</address>