Skip to content

Commit

Permalink
fix: Invalid URL for API Docs (#5063)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Rannenberg <[email protected]>
  • Loading branch information
drannenberg authored Feb 10, 2021
1 parent daf1a71 commit f59d462
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 @@ -14,7 +14,7 @@ export const Help = () => (
<a href='https://argoproj.github.io/argo' target='_blank' className='help-box__link'>
Online Help
</a>
<a className='help-box__link' target='_blank' href={uiUrl('/apidocs')}>
<a className='help-box__link' target='_blank' href={uiUrl('apidocs')}>
API Docs
</a>
</div>
Expand Down

0 comments on commit f59d462

Please sign in to comment.