diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 09:06:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 09:06:22 +0000 |
commit | 1d89871c573830a8194110af252e8907177184b3 (patch) | |
tree | 9aece724c48fc633f38c3b8cbaf2f71fcf4c3f4c /doc/ci/README.md | |
parent | 89861e72b7375353654513aa2bc0a3b60a5e4377 (diff) | |
download | gitlab-ce-1d89871c573830a8194110af252e8907177184b3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index cc1c85d1a53..acab433cec2 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -113,7 +113,7 @@ Its feature set is listed on the table below according to DevOps stages. | [Browser Performance Testing](../user/project/merge_requests/browser_performance_testing.md) | Quickly determine the performance impact of pending code changes. | | [CI services](services/README.md) | Link Docker containers with your base image.| | [Code Quality](../user/project/merge_requests/code_quality.md) **(STARTER)** | Analyze your source code quality. | -| [GitLab CI/CD for external repositories](ci_cd_for_external_repos/index.md) **(PREMIUM)** | Get the benefits of GitLab CI/CD combined with repositories in GitHub and BitBucket Cloud. | +| [GitLab CI/CD for external repositories](ci_cd_for_external_repos/index.md) **(PREMIUM)** | Get the benefits of GitLab CI/CD combined with repositories in GitHub and Bitbucket Cloud. | | [Interactive Web Terminals](interactive_web_terminal/index.md) **(CORE ONLY)** | Open an interactive web terminal to debug the running jobs. | | [JUnit tests](junit_test_reports.md) | Identify script failures directly on merge requests. | | [Using Docker images](docker/using_docker_images.md) | Use GitLab and GitLab Runner with Docker to build and test applications. | |