From 61e7d090203fa8f8c3ca7b4435d146ce27acd454 Mon Sep 17 00:00:00 2001 From: Mathieu Baudet Date: Tue, 12 Oct 2021 16:19:07 -0700 Subject: [PATCH] finish transition from "master" to "main" --- .github/workflows/rust.yml | 4 ++-- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 357a5ce9e622b..5d409c1254a92 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ master, extensions ] + branches: [ main, extensions ] pull_request: - branches: [ master, extensions ] + branches: [ main, extensions ] env: CARGO_TERM_COLOR: always diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d431284a52271..1452fb2607d7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Please refer to the documentation to determine the status of each project (e.g. To submit your pull request: -1. Fork `fastpay` repository and create your branch from `master`. +1. Fork `fastpay` repository and create your branch from `main`. 2. If you have added code that should be tested, add unit tests. 3. If you have made changes to APIs, update the relevant documentation, and build and test the developer site. 4. Verify and ensure that the test suite passes. @@ -27,4 +27,4 @@ To submit your pull request: 7. Submit your pull request. ## Code of Conduct -Please refer to the [Code of Conduct](https://github.com/libra/libra/blob/master/CODE_OF_CONDUCT.md) for guidelines on interacting with the community. +Please refer to the [Code of Conduct](https://github.com/libra/libra/blob/main/CODE_OF_CONDUCT.md) for guidelines on interacting with the community. diff --git a/README.md b/README.md index 4da71cd0da9e6..e7546b75a6773 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ Read our [Contributing guide](https://developers.libra.org/docs/community/contri ## License -The content of this repository is licensed as [Apache 2.0](https://github.com/novifinancial/research/blob/master/LICENSE) +The content of this repository is licensed as [Apache 2.0](https://github.com/novifinancial/fastpay/blob/main/LICENSE)