Skip to content

Commit

Permalink
Update link to proto file in build-your-own-trigger.md (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 authored Oct 18, 2024
1 parent 2b8f2ff commit 1c8e18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sensors/triggers/build-your-own-trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 1c8e18c

Please sign in to comment.