Skip to content

Commit

Permalink
fix: Reference new argo-workflows url in in-app links (#5553)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Collins <tim@thecollins.team>
  • Loading branch information
tico24 authored and simster7 committed Apr 1, 2021
1 parent 46628c8 commit bda3af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/workflow-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/widgets/widget-gallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const WidgetGallery = ({namespace, name, label}: {namespace: string; name
</>
))}
<p>
Widgets not loading? Check for <a href='https://argoproj.github.io/argo/widgets'>solutions in the docs</a>.
Widgets not loading? Check for <a href='https://argoproj.github.io/argo-workflows/widgets'>solutions in the docs</a>.
</p>
</div>
);

0 comments on commit bda3af2

Please sign in to comment.