diff --git a/aspnetcore/client-side/using-gulp.md b/aspnetcore/client-side/using-gulp.md index 19807be75cd7..4b4f3ebe1fe5 100644 --- a/aspnetcore/client-side/using-gulp.md +++ b/aspnetcore/client-side/using-gulp.md @@ -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 @@ -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