Fix Link
authorVance Morrison <vancemorrison@comcast.net>
Tue, 18 Oct 2016 16:48:00 +0000 (09:48 -0700)
committerVance Morrison <vancemorrison@comcast.net>
Tue, 18 Oct 2016 16:48:00 +0000 (09:48 -0700)
Documentation/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.
 ```