Skip to content

Commit

Permalink
docs: fix broken link (#2879)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT committed Jan 25, 2024
1 parent 587773f commit 7175d11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/evaluations.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource contains a list of `objectives`,
each of which checks whether a defined `KeptnMetric` resource
meets a defined target value.
The example
[app-pre-deploy-eval.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-3/app-pre-deploy-eval.yaml)
[app-pre-deploy-eval.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-2/app-pre-deploy-eval.yaml)
file specifies the `app-pre-deploy-eval-2` evaluation as follows:

```yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/reference/crd-reference/taskdefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Note that the annotation identifies the task by `name`.
This means that you can modify the `function` code in the resource definition
and the revised code is picked up without additional changes.

All `KeptnTaskDefinition` resources specified to the `KeptnApp` resource
All `KeptnTaskDefinition` resources specified to the `KeptnAppContext` resource
at the same stage (either pre- or post-deployment) run in parallel.
You can run multiple executables sequentially
either by using the `inline` syntax for a predefined container image
Expand All @@ -387,7 +387,7 @@ then spawns a shell and runs the `sleep 30` command:
```

This task is then referenced in the
[app.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-3/app.yaml)
[appcontext.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-2/appcontext.yaml)
file.

## Examples for deno-runtime runner
Expand Down

0 comments on commit 7175d11

Please sign in to comment.