diff --git a/site/docs/clients/public.md b/site/docs/clients/public.md index 058a6d30ef..71b20b8034 100644 --- a/site/docs/clients/public.md +++ b/site/docs/clients/public.md @@ -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: @@ -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