Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <Razer6@users.noreply.github.com>2015-09-20 10:18:09 +0300
committerRobert Schilling <Razer6@users.noreply.github.com>2015-09-20 10:18:09 +0300
commita26680acdfb501a27a9b5116479e146b4eae2a21 (patch)
tree8b9180dc46e97b186f707b88ff39dae9d9a2c584
parent5a8d73243a7b68f2724a6d5f9d482dda24e9dfe4 (diff)
parent01c0d14e41627a3977121b4d3a2bd466687887da (diff)
Merge pull request #9646 from sameersbn/fix-link-to-docs
fixes link to reply_by_email docs
-rw-r--r--config/gitlab.yml.example2
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"