Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/recipes/minimal-browsersync-setup-with-gulp4.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The gulpfile could be broken in 3 parts.

### 1. Write the task to prepare the dist package as usual

Refer to the main [README](https://github.com/gulpjs/gulp/blob/4.0/README.md#use-last-javascript-version-in-your-gulpfile)
Refer to the main [README](https://github.com/gulpjs/gulp/blob/master/docs/README.md)
for more information.

```javascript
Expand Down