diff --git a/docs/content/guides/migrations.mdx b/docs/content/guides/migrations.mdx index ece1d40fe8b3a..f968e1aa1dc9b 100644 --- a/docs/content/guides/migrations.mdx +++ b/docs/content/guides/migrations.mdx @@ -13,4 +13,3 @@ Explore your options for migrating from other platforms to Dagster. Curious how you can migrate your Airflow pipelines to Dagster? - Learn how to perform [a lift-and-shift migration of Airflow to Dagster](/guides/migrations/migrating-airflow-to-dagster) -- Learn how to leverage the features of [Dagster and Airflow together using Dagster Pipes](/guides/migrations/observe-your-airflow-pipelines-with-dagster) diff --git a/docs/content/integrations/airflow.mdx b/docs/content/integrations/airflow.mdx index 41d0d0c53ab73..66a46614286fb 100644 --- a/docs/content/integrations/airflow.mdx +++ b/docs/content/integrations/airflow.mdx @@ -9,7 +9,6 @@ Migrating from Airflow to Dagster, or integrating Dagster into your existing wor - [Learning Dagster from Airflow](/integrations/airflow/from-airflow-to-dagster) - a step-by-step tutorial of mapping concepts from Airflow to Dagster - [Migrating from Airflow](/guides/migrations/migrating-airflow-to-dagster) - migration patterns for translating Airflow code to Dagster -- [Observe your Airflow pipelines with Dagster](/guides/migrations/observe-your-airflow-pipelines-with-dagster) - See how Dagster can act as the observation layer over all pipelines in your organization ---