From 4f80587d26891f783b1a7a46b0f3273def49cd6e Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 19 Feb 2021 15:58:19 +0100 Subject: chore: rename default branch to main (#9503) --- docs/contributing/building_from_source.md | 2 +- docs/contributing/release_schedule.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/contributing') 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: ``` -- cgit v1.2.3