Skip to content

Commit

Permalink
fix keptn.sh/stable links and move them to /latest for now
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Jan 17, 2024
1 parent 3c48d42 commit ac5c1f4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ on Slack and a mentor will surely guide you!
### Prerequisites

See
[Set up the development environment](https://keptn.sh/stable/docs/contribute/software/dev-environ/)
[Set up the development environment](https://keptn.sh/latest/docs/contribute/software/dev-environ/)
for information about how to set up an environment
in which you can develop and test software for Keptn.

## Related Technologies

Please check [Related Technologies](https://keptn.sh/stable/docs/contribute/general/technologies/).
Please check [Related Technologies](https://keptn.sh/latest/docs/contribute/general/technologies/).

## Linter Requirements

Please check [Linter Requirements](https://keptn.sh/stable/docs/contribute/docs/linter-requirements/).
Please check [Linter Requirements](https://keptn.sh/latest/docs/contribute/docs/linter-requirements/).

## Working with git

See [Working with Git](https://keptn.sh/stable/docs/contribute/general/git/)
See [Working with Git](https://keptn.sh/latest/docs/contribute/general/git/)

Your PR will usually be reviewed by the Keptn team within a
couple of days, but feel free to let us know about your PR
Expand All @@ -64,5 +64,5 @@ couple of days, but feel free to let us know about your PR

All commits must be accompanied by a DCO sign-off.
See
[DCO](https://keptn.sh/stable/docs/contribute/general/dco/)
[DCO](https://keptn.sh/latest/docs/contribute/general/dco/)
for more information.
2 changes: 1 addition & 1 deletion docs/docs/contribute/docs/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ New writing goes to the `main` branch and can be viewed on the Keptn website und
We have staging and production levels for our documentation which are as follows:
<!-- markdownlint-disable MD007 -->
* **Stable:** official documentation of the current Keptn release
* [link](https://keptn.sh/stable/): This is the build of the latest `keptn-*` Git tag.
* [link](https://keptn.sh/latest/): This is the build of the latest `keptn-*` Git tag.

* **Latest:** documentation being staged for the next Keptn release
* [link](https://keptn.sh/latest/): This is the latest build of the `main` branch.
Expand Down
2 changes: 1 addition & 1 deletion examples/support/observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ based on prometheus metrics.

For information about installing and configuring
the software required, see
[OpenTelemetry observability](https://keptn.sh/stable/docs/guides/otel/)
[OpenTelemetry observability](https://keptn.sh/latest/docs/guides/otel/)
in the documentation.

## Seeing the OpenTelemetry Collector in action
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/converter/sli_converter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SLI converter is a tool to convert the old `sli.yaml`
[file format](https://github.com/keptn/spec/blob/master/service_level_indicator.md) into the new
`AnalysisValueTemplate` [custom resource definition](https://keptn.sh/stable/docs/reference/api-reference/metrics/v1beta1/).
`AnalysisValueTemplate` [custom resource definition](https://keptn.sh/latest/docs/reference/api-reference/metrics/v1beta1/).
The converter is part of `metrics-operator` image.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/converter/slo_converter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

SLO converter is a tool to convert the old `slo.yaml`
[file format](https://github.com/keptn/spec/blob/master/service_level_objective.md) into the new
`AnalysisDefinition` [custom resource definition](https://keptn.sh/stable/docs/reference/api-reference/metrics/v1beta1/).
`AnalysisDefinition` [custom resource definition](https://keptn.sh/latest/docs/reference/api-reference/metrics/v1beta1/).
The converter is part of `metrics-operator` image.

## Usage
Expand Down

0 comments on commit ac5c1f4

Please sign in to comment.