diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9f69d97..9af5474 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contributing -Issues related to this theme and its use on the root site of a Pressbooks network are welcomed on this repository. Issues related to general functionality of Pressbooks should be posted to [pressbooks/pressbooks](https://github.com/pressbooks/pressbooks). All contributions are subject to the [Contributor Code of Conduct](https://github.com/pressbooks/pressbooks-publisher/blob/master/.github/CODE_OF_CONDUCT.md). +Issues related to this theme and its use on the root site of a Pressbooks network are welcomed on this repository. Issues related to general functionality of Pressbooks should be posted to [pressbooks/pressbooks](https://github.com/pressbooks/pressbooks). All contributions are subject to the [Contributor Code of Conduct](https://github.com/pressbooks/pressbooks-publisher/blob/production/.github/CODE_OF_CONDUCT.md). diff --git a/.github/workflows/build-and-lint.yml b/.github/workflows/build-and-lint.yml index b6c5943..c140c30 100644 --- a/.github/workflows/build-and-lint.yml +++ b/.github/workflows/build-and-lint.yml @@ -1,7 +1,7 @@ name: Build & Lint on: push: - branches: [ dev, master ] + branches: [ dev, production ] tags: - '*.*.*' pull_request: diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index bd0a198..2040655 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.github/workflows/standards-and-tests.yml @@ -1,7 +1,7 @@ name: Run Standards & Tests on: push: - branches: [dev, master] + branches: [dev, production] tags: - '*.*.*' pull_request: diff --git a/package.json b/package.json index 9fcc211..3f120c8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "licenses": [ { "type": "GPL-3.0-or-later", - "url": "https://github.com/pressbooks/pressbooks-aldine/tree/master/LICENSE.md" + "url": "https://github.com/pressbooks/pressbooks-aldine/tree/production/LICENSE.md" } ], "browserslist": [ diff --git a/style.css b/style.css index c7bf90d..124c7b6 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ Requires at least: 6.1.1 Tested up to: 6.1.1 Requires PHP: 8.0 License: GNU GPL v3 or later -License URI: https://github.com/pressbooks/pressbooks-aldine/tree/master/LICENSE.md +License URI: https://github.com/pressbooks/pressbooks-aldine/tree/production/LICENSE.md Text Domain: pressbooks-aldine GitHub Theme URI: pressbooks/pressbooks-aldine Release Asset: true