Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ When using the `signInWithEthereum` capability, always generate a fresh, unique

## Usage with Capabilities

You can use the `wallet_connect` with the [`signInWithEthereum`](/base-account/reference/core/capabilities/signInWithEthereum.mdx) capability to authenticate the user.
You can use the `wallet_connect` with the [`signInWithEthereum`]](../capabilities/signInWithEthereum.mdx) capability to authenticate the user.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/onchain-app-development/frontend-setup/web3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ async function getValue() {
```

<Info>
For more information on deploying contracts on Base, see [Deploying a Smart Contract](../smart-contract-development/hardhat/deploy-with-hardhat.md).
For more information on deploying contracts on Base, see [Deploying a Smart Contract](../../hardhat/hardhat-tools-and-testing/deploy-with-hardhat.mdx).
</Info>