From e4c770d2d045441b4cb3b374de05a5b1760613d3 Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Tue, 28 Jun 2016 09:16:43 -0700 Subject: [PATCH] Update dotnet-watch.rst Since this doc exists only in dev, there's a broken link pointing to master. --- aspnet/tutorials/dotnet-watch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/tutorials/dotnet-watch.rst b/aspnet/tutorials/dotnet-watch.rst index 24ef32db7c..d0f318ea1b 100644 --- a/aspnet/tutorials/dotnet-watch.rst +++ b/aspnet/tutorials/dotnet-watch.rst @@ -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 `__. It contains two projects, ``WebApp`` (a web application) and ``WebAppTests`` (unit tests for the web application) +Start by downloading `the sample application `__. 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: @@ -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 SUMMARY: Total: 1 targets, Passed: 1, Failed: 0. [DotNetWatcher] info: dotnet exit code: 0 - [DotNetWatcher] info: Waiting for a file to change before restarting dotnet... \ No newline at end of file + [DotNetWatcher] info: Waiting for a file to change before restarting dotnet...