summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-02-19 15:58:19 +0100
committerGitHub <noreply@github.com>2021-02-19 15:58:19 +0100
commit4f80587d26891f783b1a7a46b0f3273def49cd6e (patch)
treee47ed14559f7af33de7e8c561438fa00b2b0b4db /docs/contributing
parente3fe4be83b7424f5530430f1b462f07a71e55b65 (diff)
chore: rename default branch to main (#9503)
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/building_from_source.md2
-rw-r--r--docs/contributing/release_schedule.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md
index 227b42418..96e3e1b88 100644
--- a/docs/contributing/building_from_source.md
+++ b/docs/contributing/building_from_source.md
@@ -103,7 +103,7 @@ Build with Cargo:
# Build:
cargo build -vv
-# Build errors? Ensure you have latest master and try building again, or if that doesn't work try:
+# Build errors? Ensure you have latest main and try building again, or if that doesn't work try:
cargo clean && cargo build -vv
# Run:
diff --git a/docs/contributing/release_schedule.md b/docs/contributing/release_schedule.md
index b632a81c9..7242dc164 100644
--- a/docs/contributing/release_schedule.md
+++ b/docs/contributing/release_schedule.md
@@ -14,7 +14,7 @@ Stable releases can be found on the
### Canary channel
In addition to the stable channel described above, canaries are released
-multiple times daily (for each commit on master). You can upgrade to the latest
+multiple times daily (for each commit on main). You can upgrade to the latest
canary release by running:
```