From d31ae36f5b962595ee8542a23a3d01b76eb7961e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Thu, 18 Dec 2014 16:57:33 +0100 Subject: [PATCH] Download: Update the "jQuery Pre-Release Builds" section We now have `compat` & `master` branches and we no longer support IE<8. Also, links to the pre-release files have changed. --- pages/download.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/download.md b/pages/download.md index aa4a53d..2bbcada 100644 --- a/pages/download.md +++ b/pages/download.md @@ -76,11 +76,11 @@ Be sure to test web pages that use jQuery in all the browsers you want to suppor ## jQuery Pre-Release Builds -The jQuery team is constantly working to improve the code. Each commit to the Github repo generates a work-in-progress version of the code that we update on the jQuery CDN. _These versions are sometimes unstable and not suitable for production sites._ We recommend they be used to determine whether a bug has already been fixed when reporting bugs against released versions, or to see if new bugs have been introduced. There are two versions, one for the 1.x branch (supports IE 6/7/8) and one for the 2.x branch (not for use with old IE). +The jQuery team is constantly working to improve the code. Each commit to the Github repo generates a work-in-progress version of the code that we update on the jQuery CDN. _These versions are sometimes unstable and not suitable for production sites._ We recommend they be used to determine whether a bug has already been fixed when reporting bugs against released versions, or to see if new bugs have been introduced. There are two versions, one for the `compat` branch (supports IE 8) and one for the `master` branch (not for use with old IE). -Download the work-in-progress jQuery **1.x** build +Download the work-in-progress jQuery Compat build -Download the work-in-progress jQuery **2.x** build +Download the work-in-progress jQuery build ## Using jQuery with a CDN