From 00f6c5f548a7bb61abe2834f267a46d61b4891b4 Mon Sep 17 00:00:00 2001 From: Victor Rusakovich Date: Wed, 18 Dec 2024 15:07:01 +0100 Subject: [PATCH] fix(docs): link to react-router upgrade url --- .../integrations/react-router/migration-guide-v6-to-v7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/routing/integrations/react-router/migration-guide-v6-to-v7.md b/documentation/docs/routing/integrations/react-router/migration-guide-v6-to-v7.md index 62deabc7db39..eb019c232020 100644 --- a/documentation/docs/routing/integrations/react-router/migration-guide-v6-to-v7.md +++ b/documentation/docs/routing/integrations/react-router/migration-guide-v6-to-v7.md @@ -5,7 +5,7 @@ sidebar_label: v6 to v7 In this guide, we will cover the breaking changes of `@refinedev/react-router-v6` and how to migrate your project to `@refinedev/react-router` with `react-router` v7. -> 🚨 Refine doesn't introduce any breaking changes besides the package name changes. However, we recommend you to read the [React Router v7 migration guide](https://reactrouter.com/en/main/upgrading/v6) for more detailed information about React Router v7 changes. +> 🚨 Refine doesn't introduce any breaking changes besides the package name changes. However, we recommend you to read the [React Router v7 migration guide](https://reactrouter.com/upgrading/v6) for more detailed information about React Router v7 changes. ## Package Changes