diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-06-12 15:54:08 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-06-12 15:54:08 +0000 |
commit | a8a749668d33ac920fcc5fdb2bfcd9f1a0909060 (patch) | |
tree | aa31f0f1dafac9852b044771950fdee8c291acfe /doc/gitlab-basics | |
parent | 6f94ff366871c6670910d7928f7db4401b597151 (diff) | |
download | gitlab-ce-a8a749668d33ac920fcc5fdb2bfcd9f1a0909060.tar.gz |
Fix capitalization error
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md index 547f1b3310d..0c268eff9f1 100644 --- a/doc/gitlab-basics/README.md +++ b/doc/gitlab-basics/README.md @@ -24,7 +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. -- See how these features come together in the [GitLab Flow introduction video](https://youtu.be/InKNIvky2KE) and [GitLab flow page](../workflow/gitlab_flow.md). +- 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 |