diff options
Diffstat (limited to 'doc/ci/introduction/index.md')
-rw-r--r-- | doc/ci/introduction/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/introduction/index.md b/doc/ci/introduction/index.md index b15978a0aaa..4389b2ce015 100644 --- a/doc/ci/introduction/index.md +++ b/doc/ci/introduction/index.md @@ -43,7 +43,7 @@ it's built and tested automatically and continuously, ensuring the introduced changes pass all tests, guidelines, and code compliance standards you established for your app. -[GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce) is an +[GitLab itself](https://gitlab.com/gitlab-org/gitlab-foss) is an example of using Continuous Integration as a software development method. For every push to the project, there's a set of scripts the code is checked against. |