From 49c720e16a7181a491f7561c2051f42c7b811709 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Fri, 17 Oct 2014 07:01:37 +0200 Subject: [PATCH] Misc: Update all references to bugs.jquery.com (cherry-picked from 3e89a53265bfdc992d7a97a01c5d1025e48e5906) Fixes gh-1681 Closes gh-1716 --- CONTRIBUTING.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd6b183e3..22e34c183 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 ed89fa524..290784a5f 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": [ { -- 2.39.5