diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-11-18 22:54:34 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-11-18 22:56:32 +0100 |
commit | 4bb7d069ca52f8a25b392b0428a43f16f07eb192 (patch) | |
tree | 041eb135672e672b518903d155ed9c83b1011768 /CONTRIBUTING.md | |
parent | e9f77267d00f5d323a8d52bbacdd8d31b265154a (diff) | |
download | jquery-4bb7d069ca52f8a25b392b0428a43f16f07eb192.tar.gz jquery-4bb7d069ca52f8a25b392b0428a43f16f07eb192.zip |
Docs: Update the URL to the latest jQuery build in CONTRIBUTING.md
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)
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 71fc258e8..9f9e4f5d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 |