Skip to content

Commit

Permalink
Test inline md reference (needed until facebook/docusaurus#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 21, 2018
1 parent 226c236 commit 2753462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/working-with-files.md
Expand Up @@ -11,7 +11,7 @@ The `src()` and `dest()` methods are exposed by gulp to interact with files on y

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

The stream produced by `src()` should be returned from a task to signal async completion, as mentioned in [What are Tasks?][tasks-page].
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).

```js
const { src, dest } = require('gulp');
Expand Down

0 comments on commit 2753462

Please sign in to comment.