diff options
author | Orgad Shaneh <orgads@gmail.com> | 2016-11-15 15:06:22 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@chromium.org> | 2016-11-18 17:24:37 +0000 |
commit | 11d7510c0889aeff1eadbda1a9c83d9b493f69fe (patch) | |
tree | 999539944983c027d1174131eb03a2453b513b15 /src/processor/proto/README | |
parent | GitIgnore: Add dump_syms_mac (diff) | |
download | breakpad-11d7510c0889aeff1eadbda1a9c83d9b493f69fe.tar.xz |
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 <vapier@chromium.org>
Diffstat (limited to 'src/processor/proto/README')
-rw-r--r-- | src/processor/proto/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/proto/README b/src/processor/proto/README index df37b6f3..f9e5a4d3 100644 --- a/src/processor/proto/README +++ b/src/processor/proto/README @@ -1,5 +1,5 @@ If you wish to use these protobufs, you must generate their source files -using protoc from the protobuf project (http://code.google.com/p/protobuf/). +using protoc from the protobuf project (https://github.com/google/protobuf). ----- Troubleshooting for Protobuf: |