Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix git trigger example link in documentation #286

Merged
merged 1 commit into from
May 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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