aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started_with_breakpad.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started_with_breakpad.md')
-rw-r--r--docs/getting_started_with_breakpad.md16
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/getting_started_with_breakpad.md b/docs/getting_started_with_breakpad.md
index a41b5406..b827d401 100644
--- a/docs/getting_started_with_breakpad.md
+++ b/docs/getting_started_with_breakpad.md
@@ -9,8 +9,7 @@ minidumps on request for programs that have not crashed.
Breakpad is currently used by Google Chrome, Firefox, Google Picasa, Camino,
Google Earth, and other projects.
-![http://google-breakpad.googlecode.com/svn/wiki/breakpad.png]
-(http://google-breakpad.googlecode.com/svn/wiki/breakpad.png)
+![Workflow](breakpad.png)
Breakpad has three main components:
@@ -90,7 +89,7 @@ known as "out-of-process" exception handling.
## Breakpad Code Overview
All the client-side code is found by visiting the Google Project at
-http://code.google.com/p/google-breakpad. The following directory structure is
+https://chromium.googlesource.com/breakpad/breakpad. The following directory structure is
present in the `src` directory:
* `processor` Contains minidump-processing code that is used on the server
@@ -101,14 +100,9 @@ present in the `src` directory:
(Among other directories)
-* <a
- href='http://code.google.com/p/google-breakpad/wiki/WindowsClientIntegration'>Windows
- Integration Guide</a>
-* <a
- href='http://code.google.com/p/google-breakpad/wiki/MacBreakpadStarterGuide'>Mac
- Integration Guide</a>
-* <a href='http://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide'>
- Linux Integration Guide</a>
+* [Windows Integration Guide](windows_client_integration.md)
+* [Mac Integration Guide](mac_breakpad_starter_guide.md)
+* [Linux Integration Guide](linux_starter_guide.md)
## Build process specifics(symbol generation)