Skip to content

Commit

Permalink
Fix link to validation docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauren Berti committed Nov 23, 2022
1 parent f89e526 commit 2f05c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ If a chart version that you want to make changes to has already been released (i

In addition, if your repository is configured to use upstream validation (e.g. check if `validation.url` and `validation.branch` is specified in the root `configuration.yaml`), you will also need to add this modified chart's name and version to the `release.yaml` or else you will fail CI. If you run `make validate` locally, it will automatically generate this file for you.

For more information on how to do this or why this is required, please see [`docs/validation.md`](docs/validation.md).
For more information on how to do this or why this is required, please see [`docs/validation.md`](validation.md).

Otherwise, you are ready to make a PR!

Expand Down

0 comments on commit 2f05c0c

Please sign in to comment.