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 /CONTRIBUTING.md | |
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
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 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!) |