diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-05 13:40:41 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-05 13:40:41 +0200 |
commit | 14a96a1ad2d96078cbd73a60e260601f47373060 (patch) | |
tree | 507b39585ca16b32793b60b70b32e30a1d79a531 /doc/intro | |
parent | 99e03f80ca875d261622268cf11eb63a02ae2bf5 (diff) | |
download | gitlab-ce-14a96a1ad2d96078cbd73a60e260601f47373060.tar.gz |
Move cherry_pick_changes.md to 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 26f9cb0ec4a..c319eb6c5ab 100644 --- a/doc/intro/README.md +++ b/doc/intro/README.md @@ -25,7 +25,7 @@ Create merge requests and review code. - [Automatically close issues from merge requests](../customization/issue_closing.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) +- [Cherry-pick any commit](../user/project/merge_requests/cherry_pick_changes.md) ## Test and Deploy |