From be8e86bee0e0d4f14f5f52e84a832727c972df64 Mon Sep 17 00:00:00 2001 From: alexandrosang21 Date: Wed, 29 Jul 2026 15:19:40 +0300 Subject: [PATCH] Fix broken TOC anchor on the pg relations-v1-v2 page The 'How to migrate relations definition from v1 to v2' entry linked to #how-to-migrate-relations-schema-definition-from-v1-to, which matches no heading on the page, so clicking it did nothing. The heading is 'How to migrate relations schema definition from v1 to v2' and the mysql, sqlite and singlestore copies of the same page already link to it with the trailing -v2. pg was the only one missing it. --- src/content/docs/pg/relations-v1-v2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/pg/relations-v1-v2.mdx b/src/content/docs/pg/relations-v1-v2.mdx index d3db1f2c..095692d9 100644 --- a/src/content/docs/pg/relations-v1-v2.mdx +++ b/src/content/docs/pg/relations-v1-v2.mdx @@ -25,7 +25,7 @@ Below is the table of contents. Click an item to jump to that section: - [What is working differently from v1](#what-is-working-differently-from-v1) - [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) +- [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) - [Internal changes(imports, internal types, etc.)](#internal-changes)