diff --git a/src/pages/guides/sending-gasless-transaction.mdx b/src/pages/guides/sending-gasless-transaction.mdx index 1120a5f53..6b70715f4 100644 --- a/src/pages/guides/sending-gasless-transaction.mdx +++ b/src/pages/guides/sending-gasless-transaction.mdx @@ -40,7 +40,7 @@ For those who want to skip straight to the code, you can find it on Pimlico. You can get a free API key from [Pimlico Dashboard](https://dashboard.pimlico.io/). - Web3Auth Dashboard: If you haven't already, sign up on the Web3Auth platform. It is free and gives you access to the Web3Auth's base plan. Head to Web3Auth's documentation page for detailed - [instructions on setting up the Web3Auth Dashboard](docs/dashboard-setup). + [instructions on setting up the Web3Auth Dashboard](/docs/dashboard-setup). - Web3Auth PnP Web SDK: This guide assumes that you already know how to integrate the PnP Web SDK in your project. If not, you can learn how to [integrate Web3Auth in your Web app](/docs/sdk/pnp/web/). @@ -76,7 +76,7 @@ that suits your requirements. For the simplicity, we have only use `SafeSmartAccount`, but you choose your favorite smart account provider from the available ones. -[Learn how to configure the smart account](/docs/sdk/pnp/web/providers/aa-provider#configure-smart-account). +[Learn how to configure the smart account](/docs/sdk/pnp/web/providers/aa-provider#configure-smart-account-provider). ```ts // focus-start