Skip to content

Commit 19c6286

Browse files
authored
Build: Rename the primary branch master to main
Closes gh-1944
1 parent 91b6fc3 commit 19c6286

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ cd jquery-ui
5353
git remote add upstream git://github.com/jquery/jquery-ui.git
5454
```
5555

56-
* Get in the habit of pulling in the "upstream" master to stay up to date as jQuery UI receives new commits.
56+
* Get in the habit of pulling in the "upstream" main branch to stay up to date as jQuery UI receives new commits.
5757

5858
```bash
59-
git pull upstream master
59+
git pull upstream main
6060
```
6161

6262
### Environment: Recommended Setup

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "http://jqueryui.com",
77
"author": {
88
"name": "jQuery Foundation and other contributors",
9-
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
1010
},
1111
"main": "ui/widget.js",
1212
"maintainers": [

0 commit comments

Comments
 (0)