Skip to content

Commit 3bdab36

Browse files
authored
docs: fix broken links (#2379)
1 parent d63e3cb commit 3bdab36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delegation-toolkit/guides/configure-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const environment: DeleGatorEnvironment = getDelegatorEnvironment(11155111);
135135

136136
You can deploy the contracts using any method, but the toolkit provides a convenient [`deployDelegatorEnvironment`](../reference/delegation/index.md#deploydelegatorenvironment) function. This function simplifies deploying the Delegation Framework contracts to your desired EVM chain.
137137

138-
This function requires a Viem [Public Client](https://viem.sh/docs/clients/public.html), [Wallet Client](https://viem.sh/docs/clients/wallet.html), and [Chain](https://viem.sh/docs/glossary/types#chain)
138+
This function requires a Viem [Public Client](https://viem.sh/docs/clients/public), [Wallet Client](https://viem.sh/docs/clients/wallet), and [Chain](https://viem.sh/docs/glossary/types#chain)
139139
to deploy the contracts and resolve the `DeleGatorEnvironment`.
140140

141141
Your wallet must have a sufficient native token balance to deploy the contracts.

0 commit comments

Comments
 (0)