Update broken link to RIDs (#7850)
authorkchoi <code.kchoi@gmail.com>
Fri, 28 Oct 2016 02:33:51 +0000 (19:33 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 28 Oct 2016 02:33:51 +0000 (19:33 -0700)
Documentation/building/viewing-jit-dumps.md

index 5303b47626f63956415f3d701f04ced8c4720ed3..607c5e63a090625aac28e2690b3ba8d84a6346e2 100644 (file)
@@ -35,7 +35,7 @@ The first thing we want to do is setup the .NET Core app we want to dump. Here a
 }
 ```
 
-You can find a list of RIDs and their corresponding OSes [here](http://dotnet.github.io/docs/core-concepts/rid-catalog.html).
+You can find a list of RIDs and their corresponding OSes [here](https://docs.microsoft.com/en-us/dotnet/articles/core/rid-catalog).
 
 * Edit `Program.cs`, and call the method(s) you want to dump in there. Make sure they are, directly or indirectly, called from `Main`. In this example, we'll be looking at the disassembly of our custom function `InefficientJoin`: