diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 13:27:23 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 13:27:23 +0000 |
commit | 38978fa53ffb7b263f987cb1fca84722c83b2fec (patch) | |
tree | 18d058c77c1165f15dcf9556fb3a512c1bdfaa3b /doc/README.md | |
parent | 8f4e754414c8ad9b5007e5c1f5fb6fe5a6bbd3f7 (diff) | |
parent | dffd33252f029901e33883935b20f6b0368d819b (diff) | |
download | gitlab-ce-38978fa53ffb7b263f987cb1fca84722c83b2fec.tar.gz |
Merge branch 'docs/refactor-reply-by-email' into 'master'
Move reply by email docs to a new location
## What does this MR do?
Move reply by email docs to a new location.
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3349
## Moving docs to a new location?
See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location
- [ ] Make sure the old link is not removed and has its contents replaced with a link to the new location.
- [ ] Make sure internal links pointing to the document in question are not broken.
- [ ] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory.
- [ ] If working on CE, submit an MR to EE with the changes as well.
See merge request !6517
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 99fbfc3438d..e7712eed5d3 100644 --- a/doc/README.md +++ b/doc/README.md @@ -43,7 +43,7 @@ - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed. - [Update](update/README.md) Update guides to upgrade your installation. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page. -- [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails. +- [Reply by email](administration/reply_by_email.md) Allow users to comment on issues and merge requests by replying to notification emails. - [Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md) Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE. - [Git LFS configuration](workflow/lfs/lfs_administration.md) - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast. |