Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 19, 2023
1 parent 230fcfd commit 8f6317a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/clients/public.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const client = createPublicClient({
})
```

> You can also [customize the `multicall` options](http://localhost:5173/docs/clients/public.html#batch-multicall-batchsize-optional).
> You can also [customize the `multicall` options](#batch-multicall-batchsize-optional).
Now, when you start to utilize `readContract` Actions, the Public Client will batch and send over those requests at the end of the message queue (or custom time period) in a single `eth_call` multicall request:

Expand All @@ -85,7 +85,7 @@ const [name, totalSupply, symbol, tokenUri, balance] = await Promise.all([
])
```

> Read more on [Contract Instances](http://localhost:5173/docs/contract/getContract.html).
> Read more on [Contract Instances](/docs/contract/getContract.html).

### JSON-RPC Batching
Expand Down

2 comments on commit 8f6317a

@vercel
Copy link

@vercel vercel bot commented on 8f6317a Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8f6317a Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viem-playground – ./playgrounds/browser

viem-playground.vercel.app
viem-playground-wagmi-dev.vercel.app
viem-playground-git-main-wagmi-dev.vercel.app

Please sign in to comment.