Skip to content

Commit 837f59f

Browse files
committed
Fix missing link issue
1 parent 3ed7595 commit 837f59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/ci-cd-pattern-with-airflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ It allows you to continuously deploy the DAGs/ code into Managed Airflow environ
8080

8181
In this workflow, there's no requirement for you to establish your own local environment. Instead, you can start by using the Git-sync feature offered by the Managed Airflow service. This feature automatically synchronizes your DAG files with Airflow webservers, schedulers, and workers, allowing you to develop, test, and execute your data pipelines directly through the Managed Airflow UI. 
8282

83-
Learn more about how to use Azure Managed Airflow's [Git-sync feature](airflow-sync-github-repository).
83+
Learn more about how to use Azure Managed Airflow's [Git-sync feature](airflow-sync-github-repository.md).
8484

8585
2. **Individual Feature branch Environment:** 
8686

@@ -112,7 +112,7 @@ Begin by setting up a local development environment for Apache Airflow on your d
112112

113113
Synchronize your GitHub repository’s branch with Azure Managed Airflow Service. 
114114

115-
Learn more about how to use Azure Managed Airflow's [Git-sync feature](airflow-sync-github-repository).
115+
Learn more about how to use Azure Managed Airflow's [Git-sync feature](airflow-sync-github-repository.md).
116116

117117
3. **Utilize Managed Airflow Service as Production environment:** 
118118

0 commit comments

Comments
 (0)