Skip to content

Commit bd6d311

Browse files
authored
Fix: broken links in README files (#2268)
* edit link README.md * fix broken link README.md
1 parent 6ebd686 commit bd6d311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/rainbow-button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { createConfig, WagmiConfig } from 'wagmi';
3636

3737
The `RainbowConnector` supports connecting with Rainbow just like Wagmi's native `MetaMaskConnector` from `wagmi/connectors/metaMask`.
3838

39-
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.
39+
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.
4040

4141
```tsx
4242
const config = createConfig({

packages/rainbowkit-siwe-next-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function AuthenticatedPage({ address }: AuthenticatedPageProps) {
126126

127127
For more information about managing the session, you can refer to the following documentation:
128128

129-
- [Next.js authentication guide](https://nextjs.org/docs/authentication)
129+
- [Next.js authentication guide](https://nextjs.org/docs/app/building-your-application/authentication)
130130
- [NextAuth documentation](https://next-auth.js.org)
131131

132132
## Contributing

0 commit comments

Comments
 (0)