Skip to content

Commit

Permalink
chore(docs): change .md link format to adhere to checker (#1181)
Browse files Browse the repository at this point in the history
## Description

A [PR](https://github.com/defenseunicorns/uds-docs/pull/121) for the
docs site adds a link checker plugin that runs at build time; by default
it looks for relative links. This updates an outlying link found on the
build for that PR.

## Related Issue

Relates to https://github.com/defenseunicorns/uds-docs/pull/121

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Steps to Validate
N/A

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed

Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
pauldipietro and mjnagel authored Jan 14, 2025
1 parent 39bef00 commit 125a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/configuration/pepr-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Pepr Policies
### Pepr Policy Exemptions
These policies are based on the [Big Bang](https://p1.dso.mil/services/big-bang) policies created with Kyverno. You can find the source policies [here](https://repo1.dso.mil/big-bang/product/packages/kyverno-policies), Policy Names below also have links to the referenced Big Bang policy.

Exemptions can be specified by a [UDS Exemption CR](../uds-operator#exemption). These take the place of Kyverno Exceptions.
Exemptions can be specified by a [UDS Exemption CR](/reference/configuration/uds-operator#exemption). These take the place of Kyverno Exceptions.

If a resource is exempted, it will be annotated as `uds-core.pepr.dev/uds-core-policies.<POLICY>: exempted`

Expand Down

0 comments on commit 125a03b

Please sign in to comment.