From 2c75b470aa26c456e32e2851b6b75177e82fc24f Mon Sep 17 00:00:00 2001 From: myronkaifung <97630035+myronkaifung@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:58:28 -0800 Subject: [PATCH] Update migration.md --- pages/docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/migration.md b/pages/docs/migration.md index 819c1fb791..a40b50b61d 100644 --- a/pages/docs/migration.md +++ b/pages/docs/migration.md @@ -52,7 +52,7 @@ This data audit step is optional, but highly recommended - It is a larger upfron To backfill data, we recommend the following approaches: -- If you have a data warehouse: Leverage our [data warehouse connector](/docs/tracking-methods/data-warehouse/overview) or our [Import API](https://developer.mixpanel.com/reference/import-events) to import to Mixpanel. +- If you have a data warehouse: Leverage our [data warehouse connector](/docs/tracking-methods/warehouse-connectors) or our [Import API](https://developer.mixpanel.com/reference/import-events) to import to Mixpanel. - If you have a data warehouse without your current provider's data: Export your data to the data warehouse so you have a record, and then use our data warehouse connector or Import API - If you do not have a data warehouse: Since there is no historical record of data, for this method you will need to export your data from your current provider and move it into Mixpanel - we provide an easy to use helper function for this [here](https://github.com/mixpanel/mixpanel-utils)