We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f765562 commit 1539435Copy full SHA for 1539435
packages/web/app/src/components/organization/settings/access-tokens/access-tokens-sub-page.tsx
@@ -59,8 +59,7 @@ export function AccessTokensSubPage(props: AccessTokensSubPageProps): React.Reac
59
</CardDescription>
60
<CardDescription>
61
<DocsLink
62
- // TODO: update this link
63
- href="/todo"
+ href="/management/access-tokens"
64
className="text-gray-500 hover:text-gray-300"
65
>
66
Learn more about Access Tokens
0 commit comments