diff options
author | Sameer Naik <sameer@damagehead.com> | 2015-09-20 11:25:09 +0530 |
---|---|---|
committer | Sameer Naik <sameer@damagehead.com> | 2015-09-20 11:25:09 +0530 |
commit | 01c0d14e41627a3977121b4d3a2bd466687887da (patch) | |
tree | 8b9180dc46e97b186f707b88ff39dae9d9a2c584 /config | |
parent | 5a8d73243a7b68f2724a6d5f9d482dda24e9dfe4 (diff) | |
download | gitlab-ce-01c0d14e41627a3977121b4d3a2bd466687887da.tar.gz |
fixes link to reply_by_email docs
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index eada70faebc..69cdf497a84 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -96,7 +96,7 @@ production: &base ## Reply by email # Allow users to comment on issues and merge requests by replying to notification emails. - # For documentation on how to set this up, see http://doc.gitlab.com/ce/reply_by_email/README.md + # For documentation on how to set this up, see http://doc.gitlab.com/ce/reply_by_email/README.html reply_by_email: enabled: false address: "replies+%{reply_key}@gitlab.example.com" |