From a7858171f73dda0a7d62ab7f794cc168bf3dc481 Mon Sep 17 00:00:00 2001 From: Hailey Marshall <254501704+haileymarshall@users.noreply.github.com> Date: Tue, 7 Jul 2026 23:52:43 +0100 Subject: [PATCH] fix: correct branch in thirdweb template links (main -> master) --- docs/base-account/framework-integrations/thirdweb.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-account/framework-integrations/thirdweb.mdx b/docs/base-account/framework-integrations/thirdweb.mdx index 62fd31046..926f725f4 100644 --- a/docs/base-account/framework-integrations/thirdweb.mdx +++ b/docs/base-account/framework-integrations/thirdweb.mdx @@ -22,11 +22,11 @@ By the end of this guide, you will: - Have Base Account available as a wallet option alongside email authentication - Use Thirdweb's `ConnectButton` for a polished wallet connection experience -You can jump ahead and use the [Base Account Thirdweb Template](https://github.com/base/demos/tree/main/base-account/base-account-thirdweb-template) to get started. +You can jump ahead and use the [Base Account Thirdweb Template](https://github.com/base/demos/tree/master/base-account/base-account-thirdweb-template) to get started. ## Installation