Skip to content

Commit

Permalink
Merge pull request #4 from airflow-laminar/tkp/init
Browse files Browse the repository at this point in the history
Fix img link in docs to work on website
  • Loading branch information
timkpaine authored Aug 24, 2024
2 parents dcc9a46 + 34347de commit 4c64b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ with DAG(

This produces a DAG with the following topology:

<img src="./docs/src/top.png" />
<img src="https://raw.githubusercontent.com/airflow-laminar/airflow-ha/main/docs/src/top.png" />

This DAG exhibits cool behavior.
If a check fails or the interval elapses, the DAG will re-trigger itself.
Expand Down

0 comments on commit 4c64b3d

Please sign in to comment.