From 6db7f96df578acca85b2f9f6e4ecdc58c29c5457 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 26 Nov 2018 13:29:13 +0100
Subject: [PATCH] Better email link

---
 views/index.pug | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/views/index.pug b/views/index.pug
index d658e7ef..e9663d1d 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -27,8 +27,9 @@ block content
 							If you find a bug in a game, please follow this procedure: #[br]
 							1. stop playing (click on the resign button); #[br]
 							2. click on the PGN to download it; #[br]
-							3. send an email to #[a(href="mailto:contact@vchess.club?subject=Bug report") this address],
-							describing the situation (what is expected vs. what is observed),
+							3. send an email to
+							#[a(href="mailto:contact@vchess.club?subject=[vchess.club] bug report") contact@vchess.club],
+							describing the situation (expected vs. observed),
 							with the PGN attached :)#[br]
 							Thank you!
 		.row
-- 
2.44.0