diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-10-07 16:48:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 16:48:39 +0200 |
commit | 1f0851b5381143e78d4ded1877b2a0e4d2aec5ca (patch) | |
tree | 31b722e706bb0920f4a6e1c356eebd22b3bff4e0 /package.json | |
parent | 0a23b09e8c88760486b13e68ff098eae8f05e623 (diff) | |
download | jquery-ui-1f0851b5381143e78d4ded1877b2a0e4d2aec5ca.tar.gz jquery-ui-1f0851b5381143e78d4ded1877b2a0e4d2aec5ca.zip |
Docs: Update the bug tracker from bugs.jqueryui.com to GitHub
Also, remove the Weekly Meetings section from README as the meetings are no
longer happening.
Closes gh-1972
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 45b559392..b528907ff 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,9 @@ "type": "git", "url": "git://github.com/jquery/jquery-ui.git" }, - "bugs": "https://bugs.jqueryui.com/", + "bugs": { + "url": "https://github.com/jquery/jquery-ui/issues" + }, "license": "MIT", "scripts": { "test": "grunt" |