From 4f17d94afd02c2d9df7ff2cc568494f194aef15f Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Fri, 28 Sep 2012 08:03:25 -0700 Subject: [PATCH] Update the link to the crash reporting guide. http://code.google.com/p/phantomjs/issues/detail?id=576 --- src/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.cpp b/src/utils.cpp index ef7c9dac..3a83a827 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -75,7 +75,7 @@ bool Utils::exceptionHandler(const TCHAR* dump_path, const TCHAR* minidump_id, Q_UNUSED(context); fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \ - "https://code.google.com/p/phantomjs/wiki/CrashReporting and file a " \ + "https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a " \ "bug report at https://code.google.com/p/phantomjs/issues/entry with the " \ "crash dump file attached: %ls\\%ls.dmp\n", dump_path, minidump_id); @@ -86,7 +86,7 @@ bool Utils::exceptionHandler(const char* dump_path, const char* minidump_id, voi { Q_UNUSED(context); fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \ - "https://code.google.com/p/phantomjs/wiki/CrashReporting and file a " \ + "https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a " \ "bug report at https://code.google.com/p/phantomjs/issues/entry with the " \ "crash dump file attached: %s/%s.dmp\n", dump_path, minidump_id);