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