Skip to content

Commit 2cd1392

Browse files
Fix broken ETL and Map Reduce urls (PrefectHQ#4967)
The links for the tutorials for `ETL` and `Map Reduce` on the top of the page are broken. - `ETL` tutorial exists, and the code in this page is the same as the one in the updated link. It appears that it had been moved to `advanced tutorials`. - `Map Reduce` tutorial could not be found, but the code in this page resembles the one in the `reduce` part of the `mapping` concept page.
1 parent 72d0b62 commit 2cd1392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/orchestration/recipes/multi_flow_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Multi Flow Storage
33

4-
This recipe is for storing multiple flows inside a single [Docker storage object](/api/latest/storage.html#docker). This is useful when you have a suite of flows that registers off of a CI/CD process or if you want to reduce the number of images stored in a container registry. For this recipe we are going to put two example flows — [ETL](/core/examples/etl.html) and [Map Reduce](/core/examples/map_reduce.html) — inside of the same Docker storage object.
4+
This recipe is for storing multiple flows inside a single [Docker storage object](/api/latest/storage.html#docker). This is useful when you have a suite of flows that registers off of a CI/CD process or if you want to reduce the number of images stored in a container registry. For this recipe we are going to put two example flows — [ETL](/core/advanced_tutorials/etl.html) and [Map Reduce](/core/concepts/mapping.html#reduce) — inside of the same Docker storage object.
55

66
[[toc]]
77

0 commit comments

Comments
 (0)