We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d267a commit 07374efCopy full SHA for 07374ef
book/src/streams.md
@@ -1,6 +1,6 @@
1
# Streams
2
3
-Streams are the asynchronous version of [Generators](./7_generators.md).
+Streams are the asynchronous version of [Generators](./generators.md).
4
5
They have almost identical `next` and `resume` functions, but each must be used
6
with `.await`, and we are now allowed to use asynchronous functions inside of
0 commit comments