summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Lillo <rafa_lillo@outlook.com>2019-06-26 16:31:16 +0100
committerAndrew Au <andrewau@microsoft.com>2019-06-26 08:31:15 -0700
commitff02091612aa42f79e5d3adbd608b36da9f47fdb (patch)
tree4eac388e26a788f6aa25390ab951daa2cf84a968
parent3063e668d045d5bc2fbdbbc99e68fac0d771190e (diff)
downloadcoreclr-ff02091612aa42f79e5d3adbd608b36da9f47fdb.tar.gz
coreclr-ff02091612aa42f79e5d3adbd608b36da9f47fdb.tar.bz2
coreclr-ff02091612aa42f79e5d3adbd608b36da9f47fdb.zip
Fixes link to install SOS on linux (#25420)
-rw-r--r--Documentation/building/debugging-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/debugging-instructions.md b/Documentation/building/debugging-instructions.md
index f99b498b41..db9935308b 100644
--- a/Documentation/building/debugging-instructions.md
+++ b/Documentation/building/debugging-instructions.md
@@ -33,7 +33,7 @@ For more information on SOS commands click [here](https://github.com/dotnet/diag
Debugging CoreCLR on Linux and macOS
====================================
-See the SOS installation instructions [here](https://github.com/dotnet/diagnostics/blob/master/documentation/installing-sos-windows-instructions.md). After SOS is installed, it will automatically be loaded by lldb.
+See the SOS installation instructions [here](https://github.com/dotnet/diagnostics/blob/master/documentation/installing-sos-instructions.md). After SOS is installed, it will automatically be loaded by lldb.
Only lldb is supported by SOS. Gdb can be used to debug the coreclr code but with no SOS support.