From bd56ec48d6e2d04e58645e721ca8adda394ea485 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Tue, 28 Oct 2025 11:39:28 -0400 Subject: [PATCH 1/2] fix: link to sign-in-with-apple --- .../configure/auth-strategies/social-connections/apple.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2331c6525ecada29274751b76fb2edb8b9b12b60 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Tue, 28 Oct 2025 11:40:38 -0400 Subject: [PATCH 2/2] another one --- .../auth-strategies/enterprise-connections/easie/google.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**.