From 7d58126d076bc3f5f9d8c114d1700b7311faecfe Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 6 Feb 2024 12:20:40 -0800 Subject: [PATCH] replace references to 'master' with 'main' (#1045) Resolves #1039 --- .github/workflows/ci.yml | 4 ++-- README.md | 4 ++-- docs/_layouts/home.html | 2 +- docs/_layouts/spec-page.html | 4 ++-- docs/spec/README.md | 20 ++++++++++---------- javascript/npm/draco3d/README.md | 2 +- javascript/npm/draco3dgltf/README.md | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) 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 @@