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 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: In a console, open the folder where you downloaded the sample application and run:
@ -199,4 +199,4 @@ Once all the tests run, the watcher will indicate that it's waiting for a file t
WebAppTests Total: 2, Errors: 0, Failed: 0, Skipped: 0, Time: 0.260s WebAppTests Total: 2, Errors: 0, Failed: 0, Skipped: 0, Time: 0.260s
SUMMARY: Total: 1 targets, Passed: 1, Failed: 0. SUMMARY: Total: 1 targets, Passed: 1, Failed: 0.
[DotNetWatcher] info: dotnet exit code: 0 [DotNetWatcher] info: dotnet exit code: 0
[DotNetWatcher] info: Waiting for a file to change before restarting dotnet... [DotNetWatcher] info: Waiting for a file to change before restarting dotnet...