Fix Link (dotnet/coreclr#7699)
authorVance Morrison <vancem@microsoft.com>
Tue, 18 Oct 2016 20:17:28 +0000 (13:17 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 18 Oct 2016 20:17:28 +0000 (13:17 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/4a48315e9924d148d38a6b3ebca4ffa0c1537f1a

docs/coreclr/workflow/UsingYourBuild.md

index b1db490..c783dd1 100644 (file)
@@ -54,7 +54,7 @@ use this in the next step.
 
 ### Step 3: Modify the Project.json for the App to refer to your Runtime.     
 
-Replace the HelloWorld\project.json with (project.json)[../../tests/src/Common/netcoreapp/project.json], and update 
+Replace the HelloWorld\project.json with [project.json](../../tests/src/Common/netcoreapp/project.json), and update 
 `1.2.0-beta-XXXXX-X` version number in the dependencies section with the version number for your build of the runtime.
 This is the line that tells the tools that you want YOUR version of the CoreCLR runtime.
 ```