From 4a157e50a2083570c36542cc4ddae9a53f13575f Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@gitlab.com>
Date: Fri, 2 Oct 2015 14:40:40 +0000
Subject: [PATCH] Add link to mail_room issue.

[ci skip]
---
 doc/incoming_email/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/incoming_email/README.md b/doc/incoming_email/README.md
index dc5bfeb290d..316746ab54d 100644
--- a/doc/incoming_email/README.md
+++ b/doc/incoming_email/README.md
@@ -4,7 +4,7 @@ GitLab can be set up to allow users to comment on issues and merge requests by r
 
 **Warning**: Do not enable Reply by email if you have **multiple GitLab application servers**. 
 Due to an issue with the way incoming emails are read from the mail server, every incoming reply-by-email email will result in as many comments being created as you have application servers.
-A fix is being worked on.
+[A fix is being worked on.](https://github.com/tpitale/mail_room/issues/46)
 
 ## Get a mailbox
 
-- 
GitLab