Skip to content

Commit

Permalink
Fix git trigger example link in documentation (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
nessex authored and VaibhavPage committed May 18, 2019
1 parent c7d8b1e commit 75a296d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Artifacts are accessed from web via RESTful API. [Example](https://github.com/ar
Artifacts stored in Kubernetes configmap are accessed using the key. [Example](https://github.com/argoproj/argo-events/tree/master/examples/sensors/trigger-source-configmap.yaml)

### Git
Artifacts stored in either public or private Git repository. [Example](https://github.com/argoproj/argo-events/tree/master//github.com/argoproj/argo-events/blob/master/examples/sensors/trigger-source-git.yaml)
Artifacts stored in either public or private Git repository. [Example](https://github.com/argoproj/argo-events/blob/master/examples/sensors/trigger-source-git.yaml)

### Resource
Artifacts defined as generic K8s resource template. This is specially useful if you use tools like Kustomize to generate the sensor spec. [Example](https://github.com/argoproj/argo-events/blob/master/examples/sensors/trigger-resource.yaml)
Expand Down

0 comments on commit 75a296d

Please sign in to comment.