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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-13 21:11:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-13 21:11:34 +0300
commita5c9ef1929e2b7c1b1beb964d36f9e782ed01e8b (patch)
tree964453b0794811f16b011db7417d50c66d1812d9 /doc/ci/components
parent82b9539d93d7fd3d9d7ebccf4d4472d451e888da (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/components')
-rw-r--r--doc/ci/components/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/components/index.md b/doc/ci/components/index.md
index 377a9a2147d..881cb931a0a 100644
--- a/doc/ci/components/index.md
+++ b/doc/ci/components/index.md
@@ -19,7 +19,7 @@ A components repository is a GitLab project with a repository that hosts one or
A pipeline component is a reusable single pipeline configuration unit. You can use them to compose
an entire pipeline configuration or a small part of a larger pipeline.
-A component can optionally take [input parameters](../yaml/includes.md#define-input-parameters-with-specinputs).
+A component can optionally take [input parameters](../yaml/inputs.md).
## Create a components repository
@@ -289,7 +289,7 @@ stage is set to a specific value, the pipeline using the component **must** defi
the exact same stage. Additionally, if the component user wants to use a different stage,
they must [override](../yaml/includes.md#override-included-configuration-values) the configuration.
-The preferred method is to use the [`input` keyword](../yaml/includes.md#define-input-parameters-with-specinputs).
+The preferred method is to use the [`input` keyword](../yaml/inputs.md).
The component user can specify the exact value they need.
For example: