Skip to content

Commit

Permalink
refactor links containing dashes
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Dec 11, 2023
1 parent 2286e27 commit 37ae91a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs-new/docs/contribute/general/dco.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ Your builds will fail and can not be merged if the DCO check fails.
Do any of the following
to implement the DCO signoff on each commit:

* [Add **-s** or **--signoff**](#sign-off-with-git-commit--s)
* [Add **-s** or **--signoff**](#sign-off-while-committing)
to your usual `git commit` commands
* [Manually add text](#manually-add-text-to-commit-description)
to your commit body
* [Automate DCO](#automate-dco)

## Sign off with git commit -s
## Sign off while committing

Use the **-s** or **--signoff** flag to the `git commit` command
to sign off on a commit.
Expand Down
8 changes: 4 additions & 4 deletions docs-new/docs/core-concepts/usecase-orchestrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ example.
The steps to implement pre- and post-deployment orchestration are:

* [Using this exercise](#using-this-exercise)
* [Define evaluations to be performed pre- and post-deployment](#define-evaluations-to-be-performed-pre--and-post-deployment)
* [Define tasks to be performed pre- and post-deployment](#define-tasks-to-be-performed-pre--and-post-deployment)
* [Define evaluations to be performed pre- and post-deployment](#define-evaluations-to-be-performed-prepost-deployment)

Check failure on line 50 in docs-new/docs/core-concepts/usecase-orchestrate.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`prepost` is not a recognized word. (unrecognized-spelling)
* [Define tasks to be performed pre- and post-deployment](#define-tasks-to-be-performed-prepost-deployment)

Check failure on line 51 in docs-new/docs/core-concepts/usecase-orchestrate.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`prepost` is not a recognized word. (unrecognized-spelling)
* [Integrate evaluations and tasks into the cluster](#integrate-evaluations-and-tasks-into-the-cluster)

This is the third of three exercises in the
Expand Down Expand Up @@ -82,7 +82,7 @@ you need to do the following:
which aggregate [workloads](https://kubernetes.io/docs/concepts/workloads/) that are combined into the released product,
regardless of the tools being used.

## Define evaluations to be performed pre- and post-deployment
## Define evaluations to be performed pre/post deployment

An `evaluation` is a KeptnMetric that has a defined target value.
Evaluations are resources that are defined in a
Expand Down Expand Up @@ -115,7 +115,7 @@ The `evaluationTarget` is set to be `>4`,
so this evaluation makes sure that more than 4 CPUs are available.
You could include objectives and additional metrics in this evaluation.

## Define tasks to be performed pre- and post-deployment
## Define tasks to be performed pre/post deployment

Tasks are resources that are defined in a
[KeptnTaskDefinition](../reference/crd-reference/taskdefinition.md)
Expand Down

0 comments on commit 37ae91a

Please sign in to comment.