We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff928f5 commit 3e89a53Copy full SHA for 3e89a53
CONTRIBUTING.md
@@ -126,7 +126,7 @@ Now open the jQuery test suite in a browser at http://localhost/test. If there i
126
Success! You just built and tested jQuery!
127
128
129
-### Fix a bug from a ticket filed at bugs.jquery.com:
+### Fix a bug from a ticket filed on Github:
130
131
**NEVER write your patches to the master branch** - it gets messy (I say this from experience!)
132
package.json
@@ -20,7 +20,7 @@
20
"library"
21
],
22
"bugs": {
23
- "url": "http://bugs.jquery.com"
+ "url": "https://github.com/jquery/jquery/issues"
24
},
25
"licenses": [
26
{
0 commit comments