From 75a296de86d189d2996527a85513e52e16c92148 Mon Sep 17 00:00:00 2001 From: Nathan Essex Date: Sun, 19 May 2019 03:53:36 +0900 Subject: [PATCH] Fix git trigger example link in documentation (#286) --- docs/trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trigger.md b/docs/trigger.md index 94e61251b1..7e709cd691 100644 --- a/docs/trigger.md +++ b/docs/trigger.md @@ -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)