Skip to content

Commit

Permalink
added anchored link (#5896)
Browse files Browse the repository at this point in the history
  • Loading branch information
user135711 authored and guardrex committed Apr 6, 2018
1 parent 711c880 commit 21b2889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnetcore/client-side/using-gulp.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ To define a new Gulp task, modify *gulpfile.js*.

![Task Runner Explorer run first task](using-gulp/_static/06-TaskRunner-First.png)

You’ll see that the output text is displayed. If you are interested in examples based on a common scenario, see Gulp Recipes.
The output text is displayed. To see examples based on common scenarios, see [Gulp Recipes](#gulp-recipes).

## Defining and running tasks in a series

Expand Down Expand Up @@ -338,7 +338,7 @@ For additional Gulp API reference information, see [Gulp Docs API](https://githu
## Gulp recipes
The Gulp community provides Gulp [recipes](https://github.com/gulpjs/gulp/blob/master/docs/recipes/README.md). These recipes consist of Gulp tasks to address common scenarios.
The Gulp community provides Gulp [Recipes](https://github.com/gulpjs/gulp/blob/master/docs/recipes/README.md). These recipes consist of Gulp tasks to address common scenarios.
## Additional resources
Expand Down

0 comments on commit 21b2889

Please sign in to comment.