diff --git a/docs/deployment/security/policy-service.mdx b/docs/deployment/security/policy-service.mdx index 5cdefbe3..1411264a 100644 --- a/docs/deployment/security/policy-service.mdx +++ b/docs/deployment/security/policy-service.mdx @@ -149,4 +149,4 @@ Past policy decisions can be revoked/overridden by the policy service by publish Since the policy service API is over NATS, it can be implemented by anything that can subscribe and publish responses to the configured policy topic (including a wasmCloud component!). -An example policy service implementing Open Policy Agent is [available in the wasmCloud GitHub repository](https://github.com/wasmCloud/wasmCloud/examples/security). +An example policy service implementing Open Policy Agent is [available in the wasmCloud GitHub repository](https://github.com/wasmCloud/wasmCloud/tree/main/examples/security).