Skip to content

Updated a page here #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/base-account/guides/accept-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
</Tip>

## Polling example
Expand Down Expand Up @@ -119,4 +119,4 @@ See full props and theming options in the [Button Reference](/base-account/refer

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
<PolicyBanner />
4 changes: 2 additions & 2 deletions docs/base-account/guides/authenticate-users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If using the above code beyond Base Account, note that not every wallet supports
</Note>

<Note>
For a full React example see the <a href="/docs/base-account/framework-integrations/react-wagmi">React + Wagmi guide</a>.
For a full React example see the <a href="/docs/base-account/framework-integrations/nextjs-with-wagmi.mdx">React + Wagmi guide</a>.
</Note>

### Example Express Server
Expand Down Expand Up @@ -163,4 +163,4 @@ See full props and theming options in the [Button Reference](/base-account/refer

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
<PolicyBanner />