diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-05 13:33:45 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-05 13:33:45 +0200 |
commit | 99e03f80ca875d261622268cf11eb63a02ae2bf5 (patch) | |
tree | 209915952582e83570546d2fa3bcb92721bb6f5e /doc/intro | |
parent | cbc97870bc03d987d82dac679d2a81eee54a4448 (diff) | |
download | gitlab-ce-99e03f80ca875d261622268cf11eb63a02ae2bf5.tar.gz |
Move `wip_merge_requests.md` to a new location
Diffstat (limited to 'doc/intro')
-rw-r--r-- | doc/intro/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro/README.md b/doc/intro/README.md index 1850031eb26..26f9cb0ec4a 100644 --- a/doc/intro/README.md +++ b/doc/intro/README.md @@ -23,7 +23,7 @@ Create merge requests and review code. - [Fork a project and contribute to it](../workflow/forking_workflow.md) - [Create a new merge request](../gitlab-basics/add-merge-request.md) - [Automatically close issues from merge requests](../customization/issue_closing.md) -- [Automatically merge when your builds succeed](../workflow/merge_when_build_succeeds.md) +- [Automatically merge when your builds succeed](../user/project/merge_requests/merge_when_build_succeeds.md) - [Revert any commit](../workflow/revert_changes.md) - [Cherry-pick any commit](../workflow/cherry_pick_changes.md) |