From 2229d040e6b18f2cffc8ce89186b8c1d0691169f Mon Sep 17 00:00:00 2001 From: devxrithm Date: Mon, 11 May 2026 00:38:55 +0530 Subject: [PATCH] fix: correct link syntax in table of contents for v2 features --- src/content/docs/relations-v1-v2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/relations-v1-v2.mdx b/src/content/docs/relations-v1-v2.mdx index 8fd80004..34348e00 100644 --- a/src/content/docs/relations-v1-v2.mdx +++ b/src/content/docs/relations-v1-v2.mdx @@ -30,7 +30,7 @@ drizzle-kit@beta -D Below is the table of contents. Click an item to jump to that section: - [What is working differently from v1](#what-was-changed-and-is-working-differently-from-v1) -- [New features in v2](2#what-is-new) +- [New features in v2](#what-is-new) - [How to migrate relations definition from v1 to v2](#how-to-migrate-relations-schema-definition-from-v1-to-v2) - [How to migrate queries from v1 to v2](#how-to-migrate-queries-from-v1-to-v2) - [Partial upgrade, or how to stay on v1 even after an upgrade?](#partial-upgrade-or-how-to-stay-on-rqb-v1-even-after-an-upgrade)