summaryrefslogtreecommitdiff
path: root/doc/intro
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-05 13:46:37 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-05 13:46:37 +0200
commita8ba5840e0c86f3fb72cf81940674698e02ed025 (patch)
tree81b27635fa87432bbae5c79f36cba04c64017cae /doc/intro
parent14a96a1ad2d96078cbd73a60e260601f47373060 (diff)
downloadgitlab-ce-a8ba5840e0c86f3fb72cf81940674698e02ed025.tar.gz
Move revert_changes.md to new location
Diffstat (limited to 'doc/intro')
-rw-r--r--doc/intro/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro/README.md b/doc/intro/README.md
index c319eb6c5ab..71fef50ceb4 100644
--- a/doc/intro/README.md
+++ b/doc/intro/README.md
@@ -24,7 +24,7 @@ Create merge requests and review code.
- [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](../user/project/merge_requests/merge_when_build_succeeds.md)
-- [Revert any commit](../workflow/revert_changes.md)
+- [Revert any commit](../user/project/merge_requests/revert_changes.md)
- [Cherry-pick any commit](../user/project/merge_requests/cherry_pick_changes.md)
## Test and Deploy