diff --git a/.mergify.yml b/.mergify.yml index 6c90cc6..d833332 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -5,7 +5,7 @@ pull_request_rules: - "#review-requested=0" - "#changes-requested-reviews-by=0" - "#commented-reviews-by=0" - - base=master + - base=main - label!=work-in-progress actions: merge: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a419dd2..f99a2dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ You can comment on the issue to let others know you're interested in working on ## Code Guidelines -You can read about our standards and recommendations for working with Rust [here](https://github.com/EmbarkStudios/rust-ecosystem/blob/master/guidelines.md). +You can read about our standards and recommendations for working with Rust [here](https://github.com/EmbarkStudios/rust-ecosystem/blob/main/guidelines.md). ## Licensing