From 2d3e030fdb09deb57dce0a53d62a6684e852e434 Mon Sep 17 00:00:00 2001 From: Sim Sun Date: Sat, 6 Feb 2021 13:13:38 -0800 Subject: [PATCH] readme: Change default branch from master to main The current default branch migrated to main, change the default branch in readme. Change-Id: Ief1963f84419c094d79d5af8ec5bc21346b9e2b1 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2680719 Reviewed-by: Mike Frysinger --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caefdd28..edc28573 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ Breakpad is a set of client and server components which implement a crash-reporting system. * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/) -* [Documentation](https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/) +* [Documentation](./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) -* Tests: [![Build Status](https://travis-ci.org/google/breakpad.svg?branch=master)](https://travis-ci.org/google/breakpad) [![Build status](https://ci.appveyor.com/api/projects/status/eguv4emv2rhq68u2?svg=true)](https://ci.appveyor.com/project/vapier/breakpad) +* Tests: [![Build Status](https://travis-ci.org/google/breakpad.svg?branch=main)](https://travis-ci.org/google/breakpad) [![Build status](https://ci.appveyor.com/api/projects/status/eguv4emv2rhq68u2?svg=true)](https://ci.appveyor.com/project/vapier/breakpad) * Coverage [![Coverity Status](https://scan.coverity.com/projects/9215/badge.svg)](https://scan.coverity.com/projects/google-breakpad) -## Getting started (from master) +## Getting started (from main) 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools) and ensure that they’re in your `PATH`.