chore(readme): fix Debugging CoreCLR link (#3606)
authorIvan Dlugos <6349682+vaind@users.noreply.github.com>
Tue, 17 Jan 2023 17:15:59 +0000 (18:15 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 17:15:59 +0000 (09:15 -0800)
README.md

index 28b4412e512e165084bf8fa7bb53b2b3d51d078e..08d8d367edfb05690729bd5e08d0a8dd1d738709 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ To install the platform's prerequisites and build:
 * [FAQ](documentation/FAQ.md) - Frequently asked questions.
 * [The LLDB Debugger](http://lldb.llvm.org/index.html) - More information about lldb.
 * [SOS](https://msdn.microsoft.com/en-us/library/bb190764(v=vs.110).aspx) - More information about SOS.
-* [Debugging CoreCLR](https://github.com/dotnet/runtime/blob/main/docs/workflow/debugging/coreclr/debugging.md) - Instructions for debugging .NET Core and the CoreCLR runtime.
+* [Debugging CoreCLR](https://github.com/dotnet/runtime/blob/main/docs/workflow/debugging/coreclr/debugging-runtime.md) - Instructions for debugging .NET Core and the CoreCLR runtime.
 * [dotnet/runtime](https://github.com/dotnet/runtime) - Source for the .NET Core runtime.
 * [Official Build Instructions](documentation/building/official-build-instructions.md) - Internal official build instructions.