diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb60ea38..23f943f6 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 bbbe93ae..fc2c6942 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-[![draco-ci](https://github.com/google/draco/workflows/draco-ci/badge.svg?branch=master)](https://github.com/google/draco/actions/workflows/ci.yml) +[![draco-ci](https://github.com/google/draco/workflows/draco-ci/badge.svg?branch=main)](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 9510aec0..d6636d83 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -63,7 +63,7 @@