diff options
author | Arthur Verschaeve <contact@arthurverschaeve.be> | 2014-10-17 07:01:37 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-10-19 23:51:04 +0100 |
commit | 3e89a53265bfdc992d7a97a01c5d1025e48e5906 (patch) | |
tree | 200e3bd87d7ced98f071f39d6af2d82ab64721cc | |
parent | ff928f5775566ee54f26fcb0f9a326719c32e63c (diff) | |
download | jquery-3e89a53265bfdc992d7a97a01c5d1025e48e5906.tar.gz jquery-3e89a53265bfdc992d7a97a01c5d1025e48e5906.zip |
Misc: Update all references to bugs.jquery.com
Fixes gh-1681
Closes gh-1716
-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": [ { |