diff --git a/docs/workflow-controller-configmap.yaml b/docs/workflow-controller-configmap.yaml index 334d941806a6..4c544543b846 100644 --- a/docs/workflow-controller-configmap.yaml +++ b/docs/workflow-controller-configmap.yaml @@ -251,7 +251,7 @@ data: # SSO Configuration for the Argo server. # You must also start argo server with `--auth-mode sso`. - # https://argoproj.github.io/argo/argo-server-auth-mode/ + # https://argoproj.github.io/argo-workflows/argo-server-auth-mode/ sso: | # This is the root URL of the OIDC provider (required). issuer: https://issuer.root.url/ diff --git a/ui/src/app/widgets/widget-gallery.tsx b/ui/src/app/widgets/widget-gallery.tsx index 8946c22b4b1a..ba3192439c06 100644 --- a/ui/src/app/widgets/widget-gallery.tsx +++ b/ui/src/app/widgets/widget-gallery.tsx @@ -60,7 +60,7 @@ export const WidgetGallery = ({namespace, name, label}: {namespace: string; name ))}

- Widgets not loading? Check for solutions in the docs. + Widgets not loading? Check for solutions in the docs.

);