diff options
author | Rémy Coutable <remy@rymai.me> | 2018-09-03 08:33:15 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-09-03 08:33:15 +0000 |
commit | c0fa576e45166a18973e06ee13b9cc0ed272f022 (patch) | |
tree | be580b9d848974cf44b694b7f3b3137dfa97ebee | |
parent | febdd56008b99aa232173050eab7c03230692919 (diff) | |
parent | a6998d76432b871c815774de3c653692cb7cc7c1 (diff) | |
download | gitlab-ce-c0fa576e45166a18973e06ee13b9cc0ed272f022.tar.gz |
Merge branch 'patch-28' into 'master'
Fix typo
See merge request gitlab-org/gitlab-ce!21455
-rw-r--r-- | doc/user/project/pages/getting_started_part_two.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/getting_started_part_two.md b/doc/user/project/pages/getting_started_part_two.md index 556bf1db116..b0560c2f44c 100644 --- a/doc/user/project/pages/getting_started_part_two.md +++ b/doc/user/project/pages/getting_started_part_two.md @@ -94,7 +94,7 @@ where you'll find its default URL. > > - GitLab Pages [supports any SSG](https://about.gitlab.com/2016/06/17/ssg-overview-gitlab-pages-part-3-examples-ci/), but, if you don't find yours among the templates, you'll need -to configure your own `.gitlab-ci.yml`. Do do that, please +to configure your own `.gitlab-ci.yml`. To do that, please read through the article [Creating and Tweaking GitLab CI/CD for GitLab Pages](getting_started_part_four.md). New SSGs are very welcome among the [example projects](https://gitlab.com/pages). If you set up a new one, please |