diff --git a/docs/guides/configure/auth-strategies/enterprise-connections/easie/google.mdx b/docs/guides/configure/auth-strategies/enterprise-connections/easie/google.mdx index cacb649fea..9db1771b3f 100644 --- a/docs/guides/configure/auth-strategies/enterprise-connections/easie/google.mdx +++ b/docs/guides/configure/auth-strategies/enterprise-connections/easie/google.mdx @@ -68,5 +68,5 @@ To make the setup process easier, it's recommended to keep two browser tabs open Once the OAuth client is created in the Google Cloud Console, a modal will open with your **Client ID** and **Client Secret**. Save these values somewhere secure. - Go back to the Clerk Dashboard, where the modal should still be open, and paste these values into the respective fields. Note that if you have any other Google EASIE connections or a [Google social connection](docs/guides/configure/auth-strategies/social-connections/google), this will update the credentials for all of them. Select **Add connection**. + Go back to the Clerk Dashboard, where the modal should still be open, and paste these values into the respective fields. Note that if you have any other Google EASIE connections or a [Google social connection](/docs/guides/configure/auth-strategies/social-connections/google), this will update the credentials for all of them. Select **Add connection**. diff --git a/docs/guides/configure/auth-strategies/social-connections/apple.mdx b/docs/guides/configure/auth-strategies/social-connections/apple.mdx index 30483d527b..401513a3bc 100644 --- a/docs/guides/configure/auth-strategies/social-connections/apple.mdx +++ b/docs/guides/configure/auth-strategies/social-connections/apple.mdx @@ -21,7 +21,7 @@ description: Learn how to allow users to sign up and sign in to your Clerk app w Enabling OAuth via [Sign in with Apple](https://developer.apple.com/sign-in-with-apple/) allows your users to sign in and sign up to your Clerk app with their Apple ID. > [!IMPORTANT] -> This guide explains how to configure Sign in with Apple for web based flows. To configure native Sign in with Apple on native applications (iOS), see the [dedicated guide](docs/guides/configure/auth-strategies/sign-in-with-apple). +> This guide explains how to configure Sign in with Apple for web based flows. To configure native Sign in with Apple on native applications (iOS), see the [dedicated guide](/docs/guides/configure/auth-strategies/sign-in-with-apple). ## Configure for your development instance