Skip to content

Commit 1b2c5ac

Browse files
yuezkJneville0815
authored andcommitted
fix: correct the swagger ui link to support --rootpath (argoproj#14845)
Signed-off-by: Kevin Yue <yuezk001@gmail.com> Signed-off-by: Jimmy Neville <jimmyeneville@gmail.com>
1 parent 8995cb6 commit 1b2c5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/help/components/help.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const Help = () => {
6666
<div className='columns large-4 small-6'>
6767
<div className='help-box'>
6868
<p>You want to develop against Argo CD's API?</p>
69-
<a className='user-info-panel-buttons argo-button argo-button--base' href='/swagger-ui'>
69+
<a className='user-info-panel-buttons argo-button argo-button--base' href='swagger-ui'>
7070
Open the API docs
7171
</a>
7272
</div>

0 commit comments

Comments
 (0)