From 7f2525f0b0eebf035e941b15b684ce172cc7069b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Thu, 18 Feb 2021 18:23:27 +0100 Subject: [PATCH] Build: Rename the primary branch `master` to `main` --- CONTRIBUTING.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53922478dfa..648084ad900 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/package.json b/package.json index a5a992de4c2..063989f1703 100644 --- a/package.json +++ b/package.json @@ -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": [