From a9ec1f9e23ab2523c2b7a4b0aa869f56668307e1 Mon Sep 17 00:00:00 2001 From: jdorfman Date: Wed, 7 Aug 2013 12:51:08 -0700 Subject: [PATCH] replace mt with maxcdn --- pages/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/download.md b/pages/download.md index cde8ccd..7307a0a 100644 --- a/pages/download.md +++ b/pages/download.md @@ -73,7 +73,7 @@ The jQuery team is constantly working to improve the code. Each commit to the Gi [CDNs](http://en.wikipedia.org/wiki/Content_delivery_network) can offer a performance benefit by hosting jQuery on servers spread across the globe. This also offers an advantage that if the visitor to your webpage has already downloaded a copy of jQuery from the same CDN, it won't have to be re-downloaded. -### jQuery's CDN provided by [MediaTemple](http://mediatemple.net) +### jQuery's CDN provided by [MaxCDN](http://www.maxcdn.com) To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag: ```