From 34c1bef1a4955a1c4d36e02db1e230e0b487a2a1 Mon Sep 17 00:00:00 2001 From: Vance Morrison Date: Tue, 18 Oct 2016 09:48:00 -0700 Subject: [PATCH] Fix Link --- Documentation/workflow/UsingYourBuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md index b1db490..c783dd1 100644 --- a/Documentation/workflow/UsingYourBuild.md +++ b/Documentation/workflow/UsingYourBuild.md @@ -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. ``` -- 2.7.4