From 3d82172b17b683f5ed47b4d02d9d219ad251f682 Mon Sep 17 00:00:00 2001
From: Tim Retout <diocles@debian.org>
Date: Sun, 1 Aug 2010 23:49:13 -0400
Subject: [PATCH 2/2] Use mailto links on the FAQ page

Signed-off-by: Tim Retout <diocles@debian.org>
---
 templates/static/faq.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/static/faq.html b/templates/static/faq.html
index 7152b1f..9d8d042 100644
--- a/templates/static/faq.html
+++ b/templates/static/faq.html
@@ -17,7 +17,7 @@
 <p>Debian Live Studio is a web-based tool for building customised Debian images that do not require installation before they can be used. Live images can boot from various types of media, including CDs, USB sticks or via netbooting.</p>
 
 <h2><a id="bugs">How do I report bugs?</a></h2> 
-<p>Please email your bug report to <a href="debian-live@lists.debian.org">debian-live@lists.debian.org</a> or report it on the <tt>#debian-live</tt> IRC channel on <a href="http://oftc.net/">OFTC</a>.</p>
+<p>Please email your bug report to <a href="mailto:debian-live@lists.debian.org">debian-live@lists.debian.org</a> or report it on the <tt>#debian-live</tt> IRC channel on <a href="http://oftc.net/">OFTC</a>.</p>
 
 </p>
 
@@ -28,6 +28,6 @@
   $ git clone git://live.debian.net/git/live-studio.git
 </pre>
 
-<p>You can then either send a merge request or a patch series to <a href="debian-live@lists.debian.org">debian-live@lists.debian.org</a>. It is recommended that you join the <tt>#debian-live</tt> IRC channel on <a href="http://oftc.net/">OFTC</a> to co-ordinate larger changes.</p>
+<p>You can then either send a merge request or a patch series to <a href="mailto:debian-live@lists.debian.org">debian-live@lists.debian.org</a>. It is recommended that you join the <tt>#debian-live</tt> IRC channel on <a href="http://oftc.net/">OFTC</a> to co-ordinate larger changes.</p>
 
 {% endblock %}
-- 
1.7.1

