From 1371244b405d68a36539ae3e233ccc5fcf6189da Mon Sep 17 00:00:00 2001 From: BVK <103118897+BVK0515@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:06:35 +0530 Subject: [PATCH] docs: fix WalletConnect SDK link formatting in install.mdx The WalletConnect SDK link in install.mdx was incorrectly formatted with a dangling apostrophe: https://walletconnect.com/'s This update: - Corrects the Markdown formatting to: [https://walletconnect.com/](https://walletconnect.com/) - Improves grammar and readability by adding a comma after "projectId" - Keeps the WalletConnect Cloud link properly formatted This ensures developers can access the correct SDK documentation and follow the installation guide without confusion. --- site/doc/pages/docs/install.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/doc/pages/docs/install.mdx b/site/doc/pages/docs/install.mdx index b71fcc5..09ede8f 100644 --- a/site/doc/pages/docs/install.mdx +++ b/site/doc/pages/docs/install.mdx @@ -11,8 +11,9 @@ npm i @rabby-wallet/rabbykit @wagmi/core viem@2.x ### API Keys -1. RabbyKit utilises [https://walletconnect.com/]()'s SDK to help with connecting wallets. WalletConnect 2.0 requires a projectId which you can create quickly and easily for free over at [WalletConnect Cloud](https://cloud.walletconnect.com/). -1. [wagmi](https://wagmi.sh/react/api/transports/http#usage) recommends using other provider packages such as [Infura](https://www.infura.io) or [Alchemy](https://www.alchemy.com/) depending on the specific network requirements of your dApp. These providers offer reliable infrastructure and can be chosen based on your specific needs. +1. RabbyKit utilises the WalletConnect SDK ([https://walletconnect.com/](https://walletconnect.com/)) to help with connecting wallets. WalletConnect 2.0 requires a projectId, which you can create quickly and easily for free at [WalletConnect Cloud](https://cloud.walletconnect.com/). + +2. [wagmi](https://wagmi.sh/react/api/transports/http#usage) recommends using other provider packages such as [Infura](https://www.infura.io) or [Alchemy](https://www.alchemy.com/) depending on the specific network requirements of your dApp. These providers offer reliable infrastructure and can be chosen based on your specific needs. ### Config