From 84e39de3211efc6c4b12713a9766dea76366b33d Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Tue, 26 Mar 2024 17:28:54 -0400 Subject: [PATCH] fix(docs): fix policy example link Signed-off-by: Bailey Hayes --- docs/deployment/security/policy-service.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).