Skip to content

Commit 3317db1

Browse files
committed
Fix reference to task-queues.md in the docs
This should get the docs building again.
1 parent 0f747ed commit 3317db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ out.
1717

1818
Thankfully, if you have a problem which is best modeled as a streaming system
1919
of tasks, Dagger has you covered! Building on its support for
20-
["Task Queues"](@ref), Dagger provides a means to convert an entire DAG of
20+
[Task Queues](@ref), Dagger provides a means to convert an entire DAG of
2121
tasks into a streaming DAG, where data flows into and out of each task
2222
asynchronously, using the `spawn_streaming` function:
2323

0 commit comments

Comments
 (0)