summaryrefslogtreecommitdiff
path: root/Documentation/workflow/UsingCoreRun.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/workflow/UsingCoreRun.md')
-rw-r--r--Documentation/workflow/UsingCoreRun.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/workflow/UsingCoreRun.md b/Documentation/workflow/UsingCoreRun.md
index 3979f135b0..8e10bb5302 100644
--- a/Documentation/workflow/UsingCoreRun.md
+++ b/Documentation/workflow/UsingCoreRun.md
@@ -1,7 +1,7 @@
# Using corerun To Run .NET Core Application
-In page [Using Your Build](UsingYourBuild.md) gives detailed instructions on using the standard
+In page [Using your .NET Core Runtime Build with dotnet cli](UsingDotNetCli.md) gives detailed instructions on using the standard
command line host and SDK, dotnet.exe to run a .NET application with the modified build of the
.NET Core runtime built here. This is the preferred mechanism for you to officially deploy
your changes to other people since dotnet.exe and Nuget insure that you end up with a consistent
@@ -80,4 +80,4 @@ sets you up so that corerun can run any of the test. For example
```bat
corerun bin\tests\Windows_NT.X64.Debug\GC\Features\Finalizer\finalizeio\finalizeio\finalizeio.exe
```
-runs the finalizerio test. \ No newline at end of file
+runs the finalizerio test.