From 59d365c5c8a470f052d22466c94cd4f2706530fc Mon Sep 17 00:00:00 2001 From: mallam002 Date: Fri, 18 Jul 2025 20:54:32 +0100 Subject: [PATCH 1/3] Updated a page here --- docs/base-account/guides/authenticate-users.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-account/guides/authenticate-users.mdx b/docs/base-account/guides/authenticate-users.mdx index bcb5813..64aa5c8 100644 --- a/docs/base-account/guides/authenticate-users.mdx +++ b/docs/base-account/guides/authenticate-users.mdx @@ -97,7 +97,7 @@ If using the above code beyond Base Account, note that not every wallet supports -For a full React example see the React + Wagmi guide. +For a full React example see the React + Wagmi guide. ### Example Express Server @@ -163,4 +163,4 @@ See full props and theming options in the [Button Reference](/base-account/refer import PolicyBanner from "/snippets/PolicyBanner.mdx"; - \ No newline at end of file + From 8c4f1a2c5eaf45e2069f46035887724a80237173 Mon Sep 17 00:00:00 2001 From: mallam002 Date: Fri, 18 Jul 2025 21:08:00 +0100 Subject: [PATCH 2/3] Updated a link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let’s get it --- docs/base-account/guides/accept-payments.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-account/guides/accept-payments.mdx b/docs/base-account/guides/accept-payments.mdx index ed0b039..c070e09 100644 --- a/docs/base-account/guides/accept-payments.mdx +++ b/docs/base-account/guides/accept-payments.mdx @@ -73,7 +73,7 @@ Supported request types: You can use the `callbackURL` to validate the user's information on the server side. -Learn more about this in the [callbackURL reference](/base-account/reference/core/capabilities/DataCallbackURL). +Learn more about this in the [callbackURL reference](/base-account/reference/core/capabilities/DatacallbackURL.mdx). ## Polling example @@ -119,4 +119,4 @@ See full props and theming options in the [Button Reference](/base-account/refer import PolicyBanner from "/snippets/PolicyBanner.mdx"; - \ No newline at end of file + From 77431ddc46889e695d6823ee94a363c289c4db44 Mon Sep 17 00:00:00 2001 From: mallam002 Date: Fri, 18 Jul 2025 21:30:36 +0100 Subject: [PATCH 3/3] Update accept-payments.mdx --- docs/base-account/guides/accept-payments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-account/guides/accept-payments.mdx b/docs/base-account/guides/accept-payments.mdx index c070e09..c3efcf4 100644 --- a/docs/base-account/guides/accept-payments.mdx +++ b/docs/base-account/guides/accept-payments.mdx @@ -108,7 +108,7 @@ export function Checkout() { ``` -See full props and theming options in the [Button Reference](/base-account/reference/ui-elements/base-pay-button) and [Brand Guidelines](/base-account/reference/ui-elements/brand-guidelines). +See full props and theming options in the [Button Reference](/base-account/reference/ui-elements/base-pay-button.mdx) and [Brand Guidelines](/base-account/reference/ui-elements/brand-guidelines). ## Test on Base Sepolia