Update dotnet-watch.rst

Since this doc exists only in dev, there's a broken link pointing to master.
pull/1566/head
Victor Hurdugaci 2016-06-28 09:16:43 -07:00 committed by RachelAppel
parent 79ee7cb14a
commit e4c770d2d0
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ In this tutorial we'll use an existing WebApi application that calculates the su
Getting started
---------------
Start by downloading `the sample application <https://github.com/aspnet/Docs/tree/master/aspnet/tutorials/dotnet-watch/sample>`__. It contains two projects, ``WebApp`` (a web application) and ``WebAppTests`` (unit tests for the web application)
Start by downloading `the sample application <https://github.com/aspnet/Docs/tree/dev/aspnet/tutorials/dotnet-watch/sample>`__. It contains two projects, ``WebApp`` (a web application) and ``WebAppTests`` (unit tests for the web application)
In a console, open the folder where you downloaded the sample application and run: