Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-12-07 16:37:06 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-12-07 16:37:06 +0300
commite5e25109c3a3f8c63c045dd1f0f3b49f325efc7a (patch)
treeef3f67c71d1cc54283e897da66eaa2cfdfe5a007 /doc/user
parent48d8a7d64cc55af2bd5012e584ba1e0c881106fd (diff)
Consistent feature name in all docs
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/merge_requests/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 4bbe9be9a52..85d8d804133 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -259,7 +259,7 @@ all your changes will be available to preview by anyone with the Review Apps lin
[Read more about Review Apps.](../../../ci/review_apps/index.md)
-## Customize a specific pipeline structure for merge requests
+## Pipelines for merge requests
When a developer updates a merge request, a pipeline should quickly report back
its result to the developer, but often pipelines take long time to complete
@@ -267,7 +267,7 @@ because general branch pipelines contain unnecessary jobs from the merge request
You can customize a specific pipeline structure for merge requests in order to
speed the cycle up by running only important jobs.
-[Learn more about pipelines for merge requests.](../../../ci/merge_request_pipelines/index.md)
+Learn more about [pipelines for merge requests](../../../ci/merge_request_pipelines/index.md).
## Pipeline status in merge requests