diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2ef4e8..23bfb90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: jobs: diff --git a/src/lib.rs b/src/lib.rs index 74e399b..0ccfac7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ Font introspection, complex text shaping and glyph rendering. For a comprehensive list of features provided by this crate, please check out -the [readme](https://github.com/dfrg/swash/blob/master/README.md) on GitHub. +the [readme](https://github.com/dfrg/swash/blob/main/README.md) on GitHub. # Note