From 4f7b30a9cc36d15d2f27b7f81897870a0e153775 Mon Sep 17 00:00:00 2001 From: Atropos <33070637+atropos112@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:37:40 +0100 Subject: [PATCH] Update link to proto file in build-your-own-trigger.md Updating the link to proto file, it was moved and the link in the docs is currently invalid. --- docs/sensors/triggers/build-your-own-trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sensors/triggers/build-your-own-trigger.md b/docs/sensors/triggers/build-your-own-trigger.md index 9ce3007f15..0bc5cf387c 100644 --- a/docs/sensors/triggers/build-your-own-trigger.md +++ b/docs/sensors/triggers/build-your-own-trigger.md @@ -22,7 +22,7 @@ The interface exposed via proto file, rpc ApplyPolicy(ApplyPolicyRequest) returns (ApplyPolicyResponse); } -The complete proto file is available [here](https://github.com/argoproj/argo-events/blob/master/sensors/triggers/trigger.proto). +The complete proto file is available [here](https://github.com/argoproj/argo-events/blob/master/pkg/sensors/triggers/trigger.proto). Let's walk through the contract,