mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
fix(app): use correct link in docs (#6618)
This commit is contained in:
parent
f765562edd
commit
15394358ef
1 changed files with 1 additions and 2 deletions
|
|
@ -59,8 +59,7 @@ export function AccessTokensSubPage(props: AccessTokensSubPageProps): React.Reac
|
|||
</CardDescription>
|
||||
<CardDescription>
|
||||
<DocsLink
|
||||
// TODO: update this link
|
||||
href="/todo"
|
||||
href="/management/access-tokens"
|
||||
className="text-gray-500 hover:text-gray-300"
|
||||
>
|
||||
Learn more about Access Tokens
|
||||
|
|
|
|||
Loading…
Reference in a new issue