Build: Rename the primary branch master to main

Closes gh-1944
This commit is contained in:
Michał Gołębiowski-Owczarek 2021-02-19 20:57:54 +01:00 committed by GitHub
parent 91b6fc3f08
commit 19c628675d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -53,10 +53,10 @@ cd jquery-ui
git remote add upstream git://github.com/jquery/jquery-ui.git
```
* Get in the habit of pulling in the "upstream" master to stay up to date as jQuery UI receives new commits.
* Get in the habit of pulling in the "upstream" main branch to stay up to date as jQuery UI receives new commits.
```bash
git pull upstream master
git pull upstream main
```
### Environment: Recommended Setup

View File

@ -6,7 +6,7 @@
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
},
"main": "ui/widget.js",
"maintainers": [