]> source.dussan.org Git - jquery.git/commitdiff
Docs: Update the URL to the latest jQuery build in CONTRIBUTING.md
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Thu, 18 Nov 2021 21:54:34 +0000 (22:54 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Thu, 18 Nov 2021 21:56:32 +0000 (22:56 +0100)
It used to say https://code.jquery.com/jquery.js but that's a frozen URL
to jQuery 1.11.1. Let's switch that to the URL to the Git build, i.e.
https://releases.jquery.com/git/jquery-git.js.

Closes gh-4972

(cherry picked from commit 9bdb16cd19097da67950a707baac3980bda873f3)

CONTRIBUTING.md

index 71fc258e8ba4f8f1b54ec844a46163902b43db7a..9f9e4f5d0eb7c393c4b298b175373984b5f93ed2 100644 (file)
@@ -48,7 +48,7 @@ Make sure you have reproduced the bug with all browser extensions and add-ons di
 
 ### Try the latest version of jQuery
 
-Bugs in old versions of jQuery may have already been fixed. In order to avoid reporting known issues, make sure you are always testing against the [latest build](https://code.jquery.com/jquery.js). We cannot fix bugs in older released files, if a bug has been fixed in a subsequent version of jQuery the site should upgrade.
+Bugs in old versions of jQuery may have already been fixed. In order to avoid reporting known issues, make sure you are always testing against the [latest build](https://releases.jquery.com/git/jquery-git.js). We cannot fix bugs in older released files, if a bug has been fixed in a subsequent version of jQuery the site should upgrade.
 
 ### Simplify the test case