diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-06-12 15:53:34 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-06-12 15:53:34 +0000 |
commit | 6f94ff366871c6670910d7928f7db4401b597151 (patch) | |
tree | 629868ff8ca5b1939b16f69858f4196317a15874 /doc/gitlab-basics | |
parent | 5a40c144e1c197ae0feec087c11888dbee4138ea (diff) | |
download | gitlab-ce-6f94ff366871c6670910d7928f7db4401b597151.tar.gz |
Update inclusion of GitLab Flow links in GitLab Basics
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md index 157b85f22a6..547f1b3310d 100644 --- a/doc/gitlab-basics/README.md +++ b/doc/gitlab-basics/README.md @@ -24,8 +24,7 @@ The following are guides to basic GitLab functionality: - [Add an image](add-image.md), to add new images to a project's repository. - [Create an issue](../user/project/issues/create_new_issue.md), to start collaborating within a project. - [Create a merge request](add-merge-request.md), to request changes made in a branch be merged into a project's repository. - -For an introduction to many of the topics covered in this section, watch the [GitLab Flow](https://youtu.be/InKNIvky2KE) video. +- See how these features come together in the [GitLab Flow introduction video](https://youtu.be/InKNIvky2KE) and [GitLab flow page](../workflow/gitlab_flow.md). ## Git basics |