diff options
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fff5ab83f..71928bd3f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,7 +126,7 @@ Now open the jQuery test suite in a browser at http://localhost/test. If there i Success! You just built and tested jQuery! -### Fix a bug from a ticket filed at bugs.jquery.com: +### Fix a bug from a ticket filed on Github: **NEVER write your patches to the master branch** - it gets messy (I say this from experience!) diff --git a/package.json b/package.json index 66f283513..4a3de5b74 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "library" ], "bugs": { - "url": "http://bugs.jquery.com" + "url": "https://github.com/jquery/jquery/issues" }, "licenses": [ { |