Skip to content

Commit 2753462

Browse files
committed
Test inline md reference (needed until facebook/docusaurus#257)
1 parent 226c236 commit 2753462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/working-with-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `src()` and `dest()` methods are exposed by gulp to interact with files on y
1111

1212
`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.
1313

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).
1515

1616
```js
1717
const { src, dest } = require('gulp');

0 commit comments

Comments
 (0)