mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 16:03:58 +00:00
README: add more links to breakpad sites
R=andybons@chromium.org Review URL: https://codereview.chromium.org/1583163003 .
This commit is contained in:
parent
ac69c577d8
commit
081cbd64d7
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -3,6 +3,12 @@
|
||||||
Breakpad is a set of client and server components which implement a
|
Breakpad is a set of client and server components which implement a
|
||||||
crash-reporting system.
|
crash-reporting system.
|
||||||
|
|
||||||
|
* [Homepage](https://chromium.googlesource.com/breakpad/breakpad/)
|
||||||
|
* [Documentation](https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/)
|
||||||
|
* [Bugs](https://bugs.chromium.org/p/google-breakpad/)
|
||||||
|
* Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://groups.google.com/d/forum/google-breakpad-discuss)
|
||||||
|
* Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.google.com/d/forum/google-breakpad-dev)
|
||||||
|
|
||||||
## Getting started in 32-bit mode (from trunk)
|
## Getting started in 32-bit mode (from trunk)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -41,7 +47,3 @@ If you need to reconfigure your build be sure to run `make distclean` first.
|
||||||
6. At https://codereview.chromium.org/ you'll find your issue listed; click on
|
6. At https://codereview.chromium.org/ you'll find your issue listed; click on
|
||||||
it, and select Publish+Mail, and enter in the code reviewer and CC
|
it, and select Publish+Mail, and enter in the code reviewer and CC
|
||||||
google-breakpad-dev@googlegroups.com
|
google-breakpad-dev@googlegroups.com
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
Visit https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/
|
|
||||||
|
|
Loading…
Reference in a new issue