diff --git a/docs/service-accounts.md b/docs/service-accounts.md index 973769113ee1..949763e19167 100644 --- a/docs/service-accounts.md +++ b/docs/service-accounts.md @@ -61,7 +61,7 @@ Sensor. When the Sensor is used to trigger a Workflow, you might need to configure the Service Account used in the Workflow spec (**NOT** `spec.template.serviceAccountName`) following Argo Workflow -[instructions](https://github.com/argoproj/argo/blob/master/docs/service-accounts.md). +[instructions](https://github.com/argoproj/argo-workflows/blob/master/docs/service-accounts.md). If it is used to trigger other K8s resources (i.e. a Deployment), make sure to follow least privilege principle.