diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0414089..471fada 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v3 - name: Checkout [master] + name: Checkout [main] with: fetch-depth: 0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24af1f6..10bd37a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,11 +9,11 @@ Any feature that is part of the core project and does not deviate from what the # Making Changes - Fork the repository -- Create a new branch from master (usually) and with a meaningful name for your changes +- Create a new branch from main (usually) and with a meaningful name for your changes - Make your changes - Commit and push your change - Please run `prettier` on all modified files prior to opening your pull request -- open a Pull Request for the master branch +- open a Pull Request for the main branch # Re-generating parse after grammar change diff --git a/README.md b/README.md index 54ebfd9..0fb3eb6 100644 --- a/README.md +++ b/README.md @@ -1013,4 +1013,4 @@ export interface WithDataCategoryCondition { ## Contributing -All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/jetstreamapp/soql-parser-js/blob/master/CONTRIBUTING.md). +All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/jetstreamapp/soql-parser-js/blob/main/CONTRIBUTING.md). diff --git a/docs/docs/overview.md b/docs/docs/overview.md index 30d35bf..2858168 100644 --- a/docs/docs/overview.md +++ b/docs/docs/overview.md @@ -142,7 +142,7 @@ const soql = composeQuery({ ## Contributing -All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/master/CONTRIBUTING.md). +All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/main/CONTRIBUTING.md). ## Data Models