diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eb60ea3..23f943f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,9 +3,9 @@ on:
# Run on all pull requests.
push:
- # Run on merges/pushes to master.
+ # Run on merges/pushes to main.
branches:
- - master
+ - main
schedule:
# Run nightly, at midnight.
diff --git a/README.md b/README.md
index bbbe93a..fc2c694 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-[](https://github.com/google/draco/actions/workflows/ci.yml)
+[](https://github.com/google/draco/actions/workflows/ci.yml)
News
=======
@@ -611,6 +611,6 @@ References
[meshes]: https://en.wikipedia.org/wiki/Polygon_mesh
[point clouds]: https://en.wikipedia.org/wiki/Point_cloud
[Bunny]: https://graphics.stanford.edu/data/3Dscanrep/
-[CONTRIBUTING]: https://raw.githubusercontent.com/google/draco/master/CONTRIBUTING.md
+[CONTRIBUTING]: https://raw.githubusercontent.com/google/draco/main/CONTRIBUTING.md
Bunny model from Stanford's graphic department
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index 9510aec..d6636d8 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -63,7 +63,7 @@