Skip to content

Commit 2b6a227

Browse files
authored
Update link (#20)
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 02a8650 commit 2b6a227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/policygenerator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To contribute a policy expander, you'll need to:
4545
3. Choose a name for your boolean expander setting. (Existing names have followed the pattern
4646
`Inform<engine-name>Policies`.)
4747
4. Add your expander setting to both the `PolicyDefaults` and the `PolicyConfig` structs in
48-
[types.go](../types/types.go)
48+
[types.go](../internal/types/types.go)
4949
5. Add your expander setting to the `applyDefaults()` method in [plugin.go](../internal/plugin.go)
5050
to set defaults for both `PolicyDefaults` and `Policies`.
5151
6. Update the [policygenerator-reference.yaml](./policygenerator-reference.yaml) with your expander

0 commit comments

Comments
 (0)