Skip to content

Commit 1539435

Browse files
authored
fix(app): use correct link in docs (#6618)
1 parent f765562 commit 1539435

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/web/app/src/components/organization/settings/access-tokens/access-tokens-sub-page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ export function AccessTokensSubPage(props: AccessTokensSubPageProps): React.Reac
5959
</CardDescription>
6060
<CardDescription>
6161
<DocsLink
62-
// TODO: update this link
63-
href="/todo"
62+
href="/management/access-tokens"
6463
className="text-gray-500 hover:text-gray-300"
6564
>
6665
Learn more about Access Tokens

0 commit comments

Comments
 (0)