diff options
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/building_from_source.md | 2 | ||||
-rw-r--r-- | docs/contributing/release_schedule.md | 2 |
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: ``` |