From c9cb58de40b3cf3bf9d4ae0d29a73a33faaa150a Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Sat, 11 Sep 2021 20:30:35 +1000
Subject: [PATCH] Rename "master" to "main"

---
 .github/workflows/ci.yml           | 2 +-
 .github/workflows/publish-docs.yml | 2 +-
 README.md                          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5fbaae0..04b6022 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
   pull_request:
   push:
     branches:
-    - master
+    - main
   schedule:
   - cron: '0 1 * * *'
 
diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml
index 328a7a8..6da913d 100644
--- a/.github/workflows/publish-docs.yml
+++ b/.github/workflows/publish-docs.yml
@@ -8,7 +8,7 @@ on:
     inputs:
       ref:
         description: 'Git revision'
-        default: 'master'
+        default: 'main'
         required: true
 
 jobs:
diff --git a/README.md b/README.md
index f13c3a0..3297930 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,6 @@ For more info on Maud,
 see the [official book][book].
 
 [book]: https://maud.lambda.xyz/
-[booksrc]: https://github.com/lambda-fairy/maud/tree/master/docs
+[booksrc]: https://github.com/lambda-fairy/maud/tree/main/docs
 [apiref]: https://docs.rs/maud/
-[changelog]: https://github.com/lambda-fairy/maud/blob/master/CHANGELOG.md
+[changelog]: https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md