From 2ec53487b55599a2cd75f5ca3214d5f66102c57a Mon Sep 17 00:00:00 2001 From: Roger Wang Date: Fri, 18 Mar 2016 10:36:23 +0800 Subject: [PATCH] [docs] update crash dump location --- docs/For Developers/Understanding Crash Dump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/For Developers/Understanding Crash Dump.md b/docs/For Developers/Understanding Crash Dump.md index 4c0aa53bd6..1ddf67f5a5 100644 --- a/docs/For Developers/Understanding Crash Dump.md +++ b/docs/For Developers/Understanding Crash Dump.md @@ -12,7 +12,7 @@ To extract the stack trace from the `minidump` file, you need three things: the The minidump file will be generated in the following default directories when NW.js crashed: * Linux: `~/.config//Crash\ Reports/` -* Windows: [System temporary directory](http://msdn.microsoft.com/en-us/library/windows/desktop/aa364992%28v=vs.85%29.aspx) +* Windows: `%LOCALAPPDATA%\CrashPad` * Mac: `~/Library/Application\ Support//CrashPad/` The `` is the `name` field of [Manifest file](../References/Manifest Format.md#name).