From 381d967ec84021ebab3db4172435ff2a4c33e409 Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Sat, 3 Nov 2012 12:01:02 -0600 Subject: [PATCH] Change example email addresses to use RFC 2606 reserved example domain. --- docs/base-css.html | 4 ++-- docs/templates/pages/base-css.mustache | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 4d27a6d69d..9371188769 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -226,7 +226,7 @@
Full Name
- first.last@gmail.com + first.last@example.com
@@ -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 e0a0280687..0687954026 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>