Skip to content

Commit

Permalink
Build: Rename the primary branch master to main
Browse files Browse the repository at this point in the history
Closes gh-1944
  • Loading branch information
mgol committed Feb 19, 2021
1 parent 91b6fc3 commit 19c6286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": [
Expand Down

0 comments on commit 19c6286

Please sign in to comment.