From 381d967ec84021ebab3db4172435ff2a4c33e409 Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Sat, 3 Nov 2012 12:01:02 -0600 Subject: Change example email addresses to use RFC 2606 reserved example domain. --- docs/templates/pages/base-css.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e0a028068..068795402 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -162,7 +162,7 @@
{{_i}}Full Name{{/i}}
- {{_i}}first.last@gmail.com{{/i}} + {{_i}}first.last@example.com{{/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>
 
-- cgit v1.2.3