From a6bc594405c4b204a01ebf6d177089995aa6c1c3 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 13 Jan 2021 14:27:47 +0100 Subject: [PATCH] Meta: default branch rename Also correct a broken link. Not even w3.org URLs are that cool. Helps with https://github.com/whatwg/meta/issues/174. --- .github/workflows/build.yml | 6 +++--- CONTRIBUTING.md | 4 ++-- FAQ.md | 6 +++--- PULL_REQUEST_TEMPLATE.md | 2 +- review-draft.sh | 6 +++--- source | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24e93857f42..e700bccf10f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: Build on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: build: name: Build @@ -24,7 +24,7 @@ jobs: --env "HTML_OUTPUT=/whatwg/output" \ whatwg/html-build - name: Deploy - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} env: SERVER: ${{ secrets.MARQUEE_SERVER }} SERVER_PUBLIC_KEY: ${{ secrets.MARQUEE_PUBLIC_KEY }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2732301ed6..3784f6c0197 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # HTML Standard contributor guidelines -These are the guidelines for contributing to the HTML Standard. First see the [WHATWG contributor guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md). +These are the guidelines for contributing to the HTML Standard. First see the [WHATWG contributor guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md). The HTML Standard is quite complex and people notice minor and larger issues with it all the time. We'd love your help fixing these. Pull requests for typographical and grammar errors are also most welcome. @@ -12,7 +12,7 @@ We'd be happy to mentor you through this process. If you're interested and need In short, change `source` and submit your patch, with a [good commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages). Try to follow the source formatting rules below. -Note that `source` is written in a dialect of HTML, which is eventually compiled into the deployed standard by a tool called [Wattsi](https://github.com/whatwg/wattsi). Documentation for this dialect can be found [in the Wattsi repository](https://github.com/whatwg/wattsi/blob/master/Syntax.md). +Note that `source` is written in a dialect of HTML, which is eventually compiled into the deployed standard by a tool called [Wattsi](https://github.com/whatwg/wattsi). Documentation for this dialect can be found [in the Wattsi repository](https://github.com/whatwg/wattsi/blob/main/Syntax.md). Please add your name to the Acknowledgments section (search for `