Skip to content

Commit

Permalink
finish transition from "master" to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 12, 2021
1 parent 743c14a commit 61e7d09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 61e7d09

Please sign in to comment.