diff --git a/docs/content/docs/integrations/convex.mdx b/docs/content/docs/integrations/convex.mdx index 1e2c9a2af1..a0d7182782 100644 --- a/docs/content/docs/integrations/convex.mdx +++ b/docs/content/docs/integrations/convex.mdx @@ -114,7 +114,7 @@ In this guide, we'll walk through the steps to integrate Better Auth with [Conve ## Create the Better Auth Convex Component - Convex components can be installed from NPM or a local folder. While the NPM version is available [here](https://www.convex.dev/components/better-auth), this guide uses a local folder setup to unlock the full potential of Better Auth. + Convex components can be installed from NPM or a local folder. While the NPM version is available [here](https://labs.convex.dev/better-auth), this guide uses a local folder setup to unlock the full potential of Better Auth. ### Create the component definition