Fixes link to install SOS on linux (#25420)
authorRafael Lillo <rafa_lillo@outlook.com>
Wed, 26 Jun 2019 15:31:16 +0000 (16:31 +0100)
committerAndrew Au <andrewau@microsoft.com>
Wed, 26 Jun 2019 15:31:15 +0000 (08:31 -0700)
Documentation/building/debugging-instructions.md

index f99b498..db99353 100644 (file)
@@ -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.