From 11d7510c0889aeff1eadbda1a9c83d9b493f69fe Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 15 Nov 2016 15:06:22 +0200 Subject: Update links code.google.com is obsolete. Fix all broken markdown links while at it. Change-Id: I6a337bf4b84eacd5f5c749a4ee61331553279009 Reviewed-on: https://chromium-review.googlesource.com/411800 Reviewed-by: Mike Frysinger --- docs/getting_started_with_breakpad.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'docs/getting_started_with_breakpad.md') 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) -* Windows - Integration Guide -* Mac - Integration Guide -* - Linux Integration Guide +* [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) -- cgit v1.2.1