You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/working-with-files.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The `src()` and `dest()` methods are exposed by gulp to interact with files on y
11
11
12
12
`src()` is given a [glob][globs-page] to read from the file system and produces a [node.js stream][node-streams-docs]. It locates all matching files and reads them into memory to pass through the stream.
13
13
14
-
The stream produced by `src()` should be returned from a task to signal async completion, as mentioned in [What are Tasks?][tasks-page].
14
+
The stream produced by `src()` should be returned from a task to signal async completion, as mentioned in [What are Tasks?](what-are-tasks.md).
0 commit comments