diff --git a/examples/model_examples/modular_example/README.md b/examples/model_examples/modular_example/README.md index 9a821f6ba..ef48d4dee 100644 --- a/examples/model_examples/modular_example/README.md +++ b/examples/model_examples/modular_example/README.md @@ -31,4 +31,4 @@ By using `@subdag` we namespace the reuse of the modules and that's how we can reuse the same functions in different pipelines. See: -![single_pipeline](my_dag.png) +![single_pipeline](my_dag_annotated.png) diff --git a/examples/model_examples/modular_example/my_dag.png b/examples/model_examples/modular_example/my_dag.png deleted file mode 100644 index 936e7be29..000000000 Binary files a/examples/model_examples/modular_example/my_dag.png and /dev/null differ diff --git a/examples/model_examples/modular_example/my_dag_annotated.png b/examples/model_examples/modular_example/my_dag_annotated.png new file mode 100644 index 000000000..81e4e4eab Binary files /dev/null and b/examples/model_examples/modular_example/my_dag_annotated.png differ