From 9e0b4c01b993b835c0af4a346a2595d8d7f78246 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Tue, 11 Mar 2025 17:55:14 -0400 Subject: [PATCH] chore: Fix link in migration doc --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index cbd2a282db99..7f3160a59466 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -5,7 +5,7 @@ These docs walk through how to migrate our JavaScript SDKs through different maj - Upgrading from [SDK 4.x to 5.x/6.x](./docs/migration/v4-to-v5_v6.md) - Upgrading from [SDK 6.x to 7.x](./docs/migration/v6-to-v7.md) - Upgrading from [SDK 7.x to 8.x](./docs/migration/v7-to-v8.md) -- Upgrading from [SDK 8.x to 9.x](./docs/migration/v8-to-v9.md#upgrading-from-7x-to-8x) +- Upgrading from [SDK 8.x to 9.x](#upgrading-from-8x-to-9x) # Upgrading from 8.x to 9.x