From 1cce32f5143b1691fe7a27223313d3dd542460eb Mon Sep 17 00:00:00 2001 From: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:15:28 +0530 Subject: [PATCH] Update _index.md correct the links Signed-off-by: Prakriti Mandal <98270250+prakrit55@users.noreply.github.com> --- docs/content/en/docs/getting-started/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index 272780008b..6362b02ea3 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -538,23 +538,23 @@ If used, these fields must be populated manually: - **preDeploymentTasks** -- list each task to be run as part of the pre-deployment stage. Task names must match the value of the `metadata.name` field - for the associated [KeptnTaskDefinition](taskdefinition.md) resource. + for the associated [KeptnTaskDefinition](../yaml-crd-ref/taskdefinition.md) resource. - **postDeploymentTasks** -- list each task to be run as part of the post-deployment stage. Task names must match the value of the `metadata.name` field for the associated - [KeptnTaskDefinition](taskdefinition.md) + [KeptnTaskDefinition](../yaml-crd-ref/taskdefinition.md) resource. - **preDeploymentEvaluations** -- list each evaluation to be run as part of the pre-deployment stage. Evaluation names must match the value of the `metadata.name` field for the associated - [KeptnEvaluationDefinition](evaluationdefinition.md) + [KeptnEvaluationDefinition](../yaml-crd-ref/evaluationdefinition.md) resource. - **postDeploymentEvaluations** -- list each evaluation to be run as part of the post-deployment stage. Evaluation names must match the value of the `metadata.name` field - for the associated [KeptnEvaluationDefinition](evaluationdefinition.md) + for the associated [KeptnEvaluationDefinition](../yaml-crd-ref/evaluationdefinition.md) resource. ## Example