summaryrefslogtreecommitdiff
path: root/doc/user/project/repository
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-12-21 01:48:03 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-12-21 01:48:03 +0900
commitde3dd67f747842217335fa654974094ed85943f6 (patch)
treeb20963d8804b989419f0c5047597131444eaace0 /doc/user/project/repository
parent00096b52ced2962d237540c494f2ad6c3add70ef (diff)
downloadgitlab-ce-de3dd67f747842217335fa654974094ed85943f6.tar.gz
Fix typos around .gitlab-ci.yml
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'doc/user/project/repository')
-rw-r--r--doc/user/project/repository/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md
index 1710bba2fd0..fac5975a0dc 100644
--- a/doc/user/project/repository/index.md
+++ b/doc/user/project/repository/index.md
@@ -29,7 +29,7 @@ You can either use the user interface (UI), or connect your local computer
with GitLab [through the command line](../../../gitlab-basics/command-line-commands.md#start-working-on-your-project).
To configure [GitLab CI/CD](../../../ci/README.md) to build, test, and deploy
-you code, add a file called [.`gitlab-ci.yml`](../../../ci/quick_start/README.md)
+you code, add a file called [`.gitlab-ci.yml`](../../../ci/quick_start/README.md)
to your repository's root.
**From the user interface:**