From 57d893c5524e6288ef581d884973963cede462c0 Mon Sep 17 00:00:00 2001 From: youyyytrok Date: Tue, 17 Dec 2024 17:16:54 +0300 Subject: [PATCH 1/2] edit link README.md --- packages/rainbow-button/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rainbow-button/README.md b/packages/rainbow-button/README.md index 027eb5f999..402caa4528 100644 --- a/packages/rainbow-button/README.md +++ b/packages/rainbow-button/README.md @@ -36,7 +36,7 @@ import { createConfig, WagmiConfig } from 'wagmi'; The `RainbowConnector` supports connecting with Rainbow just like Wagmi's native `MetaMaskConnector` from `wagmi/connectors/metaMask`. -Create an instance of the `RainbowConnector` and provide it in your wagmi config `connectors` list. Supply your `chains` list and your WalletConnect v2 `projectId`. You can obtain a `projectId` from [WalletConnect Cloud](https://cloud.walletconnect.com/sign-in). This is absolutely free and only takes a few minutes. +Create an instance of the `RainbowConnector` and provide it in your wagmi config `connectors` list. Supply your `chains` list and your WalletConnect v2 `projectId`. You can obtain a `projectId` from [WalletConnect Cloud]https://cloud.reown.com/sign-in). This is absolutely free and only takes a few minutes. ```tsx const config = createConfig({ From 17ad7fbc16f0c413b0e7a22e90cabe956fd6bd7a Mon Sep 17 00:00:00 2001 From: youyyytrok Date: Tue, 17 Dec 2024 17:18:18 +0300 Subject: [PATCH 2/2] fix broken link README.md --- packages/rainbowkit-siwe-next-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rainbowkit-siwe-next-auth/README.md b/packages/rainbowkit-siwe-next-auth/README.md index 7f3e2372d3..e60ec85bcd 100644 --- a/packages/rainbowkit-siwe-next-auth/README.md +++ b/packages/rainbowkit-siwe-next-auth/README.md @@ -126,7 +126,7 @@ export default function AuthenticatedPage({ address }: AuthenticatedPageProps) { For more information about managing the session, you can refer to the following documentation: -- [Next.js authentication guide](https://nextjs.org/docs/authentication) +- [Next.js authentication guide](https://nextjs.org/docs/app/building-your-application/authentication) - [NextAuth documentation](https://next-auth.js.org) ## Contributing