Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
correct the links

Signed-off-by: Prakriti Mandal <[email protected]>
  • Loading branch information
prakrit55 authored Oct 4, 2023
1 parent 00ded7e commit 1cce32f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cce32f

Please sign in to comment.