diff options
author | Karen Carias <karen@gitlab.com> | 2015-06-08 20:55:42 +0000 |
---|---|---|
committer | Karen Carias <karen@gitlab.com> | 2015-06-08 20:55:42 +0000 |
commit | b4116e76cb46921f5791a9c783b671c07b424a5e (patch) | |
tree | f27955add6d9b26fa4861b8542ce3dcb37720785 | |
parent | 0ea9c962a4af3916f732f48f4d658f0328150784 (diff) | |
download | gitlab-ce-b4116e76cb46921f5791a9c783b671c07b424a5e.tar.gz |
Removed link "importing to gitlab" because it's in "Documentation". Organized links in alphabetical order.
-rw-r--r-- | doc/workflow/README.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/workflow/README.md b/doc/workflow/README.md index dee79693112..70a8179c8eb 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -1,17 +1,16 @@ # Workflow
-- [Feature branch workflow](workflow.md)
-- [Project forking workflow](forking_workflow.md)
-- [Project Features](project_features.md)
- [Authorization for merge requests](authorization_for_merge_requests.md)
+- [Change your time zone](timezone.md)
+- [Feature branch workflow](workflow.md)
+- [GitLab Flow](gitlab_flow.md)
- [Groups](groups.md)
+- [Keyboard shortcuts](shortcuts.md)
- [Labels](labels.md)
-- [GitLab Flow](gitlab_flow.md)
- [Notifications](notifications.md)
-- [Importing to GitLab](importing/README.md)
-- [Two-factor Authentication (2FA)](two_factor_authentication.md)
+- [Project Features](project_features.md)
+- [Project forking workflow](forking_workflow.md)
- [Protected branches](protected_branches.md)
-- [Change your time zone](timezone.md)
-- [Keyboard shortcuts](shortcuts.md)
+- [Two-factor Authentication (2FA)](two_factor_authentication.md)
- [Web Editor](web_editor.md)
- ["Work In Progress" Merge Requests](wip_merge_requests.md)
\ No newline at end of file |