Skip to content

Commit 0570583

Browse files
authored
Fix broken link in editing-and-debugging.md (dotnet#87681)
1 parent 76da696 commit 0570583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workflow/editing-and-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The repository has a number of Visual Studio Solutions files (`*.sln`) that are
2727
* `crossgen` - This is the host program that runs the JIT compiler and produces .NET Native images (`*.ni.dll`)
2828
for C# code.
2929
* This project can be automatically generated and opened in Visual Studio by running `./build.cmd -vs CoreCLR.sln -a <Arch> -c <BuildType>` from the root of the repository.
30-
* `artifacts\obj\win-<Arch>.<BuildType>\corehost\ide\corehost.sln` - this solution contains the native (C++) projects for the [host components](../design/features/host-components)
30+
* `artifacts\obj\win-<Arch>.<BuildType>\corehost\ide\corehost.sln` - this solution contains the native (C++) projects for the [host components](../design/features/host-components.md)
3131
* This project can be automatically generated and opened in Visual Studio by running `./build.cmd -vs corehost.sln -a <Arch> -c <BuildType>` from the root of the repository.
3232

3333
Thus opening one of these solution files (double clicking on them in Explorer) is typically all you need

0 commit comments

Comments
 (0)