Skip to content

Commit 2fbbf2c

Browse files
authored
chore(clerk-react): Update account portal links in jsdoc comments
1 parent 2a508d3 commit 2fbbf2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/shared/src/types/clerk.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,11 +1072,11 @@ export type ClerkOptions = ClerkOptionsNavigation &
10721072
AfterSignOutUrl &
10731073
AfterMultiSessionSingleSignOutUrl & {
10741074
/**
1075-
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/customizing-clerk/account-portal) pages.
1075+
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
10761076
*/
10771077
appearance?: Appearance;
10781078
/**
1079-
* Optional object to localize your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/customizing-clerk/account-portal) pages.
1079+
* Optional object to localize your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
10801080
*/
10811081
localization?: LocalizationResource;
10821082
polling?: boolean;
@@ -1089,7 +1089,7 @@ export type ClerkOptions = ClerkOptionsNavigation &
10891089
*/
10901090
standardBrowser?: boolean;
10911091
/**
1092-
* Optional support email for display in authentication screens. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/customizing-clerk/account-portal) pages.
1092+
* Optional support email for display in authentication screens. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
10931093
*/
10941094
supportEmail?: string;
10951095
/**
@@ -1140,7 +1140,7 @@ export type ClerkOptions = ClerkOptionsNavigation &
11401140
*/
11411141
sdkMetadata?: SDKMetadata;
11421142
/**
1143-
* The full URL or path to the waitlist page. If `undefined`, will redirect to the [Account Portal waitlist page](https://clerk.com/docs/guides/customizing-clerk/account-portal#waitlist).
1143+
* The full URL or path to the waitlist page. If `undefined`, will redirect to the [Account Portal waitlist page](https://clerk.com/docs/guides/account-portal/overview#waitlist).
11441144
*/
11451145
waitlistUrl?: string;
11461146
/**

0 commit comments

Comments
 (0)