diff --git a/Using-minidumps-from-crash-reports.md b/Using-minidumps-from-crash-reports.md index efedea8..df39993 100644 --- a/Using-minidumps-from-crash-reports.md +++ b/Using-minidumps-from-crash-reports.md @@ -1,5 +1,5 @@ # Minidumps and breakpad -With https://github.com/OpenRCT2/OpenRCT2/pull/3236, OpenRCT2 gained another library: breakpad. +With [#3236](https://github.com/OpenRCT2/OpenRCT2/pull/3236), OpenRCT2 gained another library: breakpad. Breakpad is a small project whose aim is to handle producing minidumps across all three major systems. As of 2016-07-12 it is only enabled for Windows, as this is the biggest part of our target users and the only one that does not produce any meaningful reports by default.