Skip to content

Commit 8d11c39

Browse files
Fix broken link in Mixpanel migration guide
- Changed /data-warehouse-ingestion/overview to /data-warehouse-ingestion/introduction - Resolves build failure caused by non-existent page reference
1 parent ab04204 commit 8d11c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/migrate-from-mixpanel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Once your data looks like Statsig events, you can start bringing them in:
9393
| If you exported from Mixpanel via... | Import into Statsig using... | Best when... |
9494
|--------------------------------------|------------------------------|--------------|
9595
| S3 export | [S3 ingestion](/data-warehouse-ingestion/s3) | You're backfilling large datasets |
96-
| Warehouse (Snowflake/BigQuery/Redshift) | [Warehouse ingestion](/data-warehouse-ingestion/overview) | Your Mixpanel data already lives in a warehouse |
96+
| Warehouse (Snowflake/BigQuery/Redshift) | [Warehouse ingestion](/data-warehouse-ingestion/introduction) | Your Mixpanel data already lives in a warehouse |
9797
| Export API | [Event Webhook](https://docs.statsig.com/http-api#post-event-webhook) | You're moving a few days/weeks of data programmatically |
9898
| CSV download | [Event Webhook](https://docs.statsig.com/http-api#post-event-webhook) | You're testing or moving a small slice of data |
9999

0 commit comments

Comments
 (0)