Skip to content

Commit

Permalink
fix: correct the swagger ui link to support --rootpath (argoproj#14845)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Yue <[email protected]>
  • Loading branch information
yuezk committed Aug 10, 2023
1 parent 51164e8 commit c31da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/help/components/help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const Help = () => {
<div className='columns large-4 small-6'>
<div className='help-box'>
<p>You want to develop against Argo CD's API?</p>
<a className='user-info-panel-buttons argo-button argo-button--base' href='/swagger-ui'>
<a className='user-info-panel-buttons argo-button argo-button--base' href='swagger-ui'>
Open the API docs
</a>
</div>
Expand Down

0 comments on commit c31da64

Please sign in to comment.