Skip to content

Commit

Permalink
correct path (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
battermann committed Dec 8, 2022
1 parent 6f7e60f commit db33f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developer/developer/pr-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ If a PR adds new configuration options for say brig, the following files need to
* [ ] The charts: `charts/brig/templates/configmap.yaml`
* [ ] The default values: `charts/brig/values.yaml`
* [ ] The values files for CI: `hack/helm_vars/wire-server/values.yaml`
* [ ] The configuration docs: `docs/legacy/reference/config-options.md`
* [ ] The configuration docs: `docs/src/developer/reference/config-options.md`

If any new configuration value is required and has no default, then:

Expand Down

0 comments on commit db33f1a

Please sign in to comment.