diff --git a/docs/user-guide/status-badge.md b/docs/user-guide/status-badge.md index cfc4f9eda6d77..e6aedf0f28329 100644 --- a/docs/user-guide/status-badge.md +++ b/docs/user-guide/status-badge.md @@ -1,7 +1,8 @@ # Status Badge Argo CD can display a badge with health and sync status for any application. The feature is disabled by default because badge image is available to any user without authentication. -The feature can be enabled using `statusbadge.enabled` key of `argocd-cm` ConfigMap (see [argocd-cm.yaml](../operator-manual/argocd-cm.yaml)). +The feature can be enabled using `statusbadge.enabled` key of `argocd-cm` ConfigMap (see [argocd-cm.yaml](../operator-manual/argocd-cm-yaml/)). + ![healthy and synced](../assets/status-badge-healthy-synced.png)