Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a couple of broken links #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions _src/docs/gulp.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ markdown: false
{{#md}}
There's no official Browsersync plugin for Gulp, because it's not needed! You simply `require` the module, utilise
the [API]({{site.links.api}}) and configure it with [options]({{site.links.options}}). The following are some common
use-cases as seen in popular projects such as [Google's web starter kit](https://developers.google.com/web/starter-kit/)
use-cases as seen in popular projects such as [Google's web starter kit](https://github.com/google/web-starter-kit)
and many others.
{{/md}}

Expand Down Expand Up @@ -56,7 +56,7 @@ Sometimes you might just want to reload the page completely (for example, after
you want the reload to happen *after* your tasks. This will be easier in gulp `4.x.x`, but for now you can do the following
(make sure you `return` the stream from your tasks to ensure that `browserSync.reload()` is called at the correct time).

If you are using gulp `4.x.x` now, then you can [follow this documentation](https://github.com/gulpjs/gulp/blob/4.0/docs/recipes/minimal-browsersync-setup-with-gulp4.md).
If you are using gulp `4.x.x` now, then you can [follow this documentation](https://github.com/gulpjs/gulp/blob/master/docs/recipes/minimal-browsersync-setup-with-gulp4.md).
{{/md}}

{{ hl src="snippets/gulp/reload.js" }}
Expand Down