Skip to content

Commit

Permalink
fix: wrong link for create token guide (#604)
Browse files Browse the repository at this point in the history
## What type of PR is this?

/kind documentation

## What this PR does / why we need it:

Fix wrong link for create token guide.

## Which issue(s) this PR fixes:

Fixes #520
  • Loading branch information
elliotxx authored Aug 22, 2024
1 parent 02715eb commit 221d1eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ const Login = () => {
<p
dangerouslySetInnerHTML={{
__html: t('TokenCreationGuide', {
linkUrl: 'https://www.kusionstack.io/karpor',
linkUrl:
'https://www.kusionstack.io/karpor/next/user-guide/how-to-create-token',
}),
}}
/>
Expand Down

0 comments on commit 221d1eb

Please sign in to comment.