diff --git a/.gitignore b/.gitignore
index 3689b05..971452c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
node_modules
dist
-config.json
\ No newline at end of file
+config.json
+jquery-wp-content
\ No newline at end of file
diff --git a/jquery-wp-content b/jquery-wp-content
new file mode 120000
index 0000000..df1a847
--- /dev/null
+++ b/jquery-wp-content
@@ -0,0 +1 @@
+../jquery-cdn/jquery-wp-content/
\ No newline at end of file
diff --git a/pages/cdn.md b/pages/cdn.md
new file mode 100644
index 0000000..87f817e
--- /dev/null
+++ b/pages/cdn.md
@@ -0,0 +1,53 @@
+
+
+## Using jQuery with a CDN
+
+[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 [MaxCDN](http://www.maxcdn.com)
+
+To use the jQuery CDN, just reference the file directly from `//code.jquery.com` in the script tag (now supporting `https`):
+```
+
+
+```
+
+Starting with jQuery 1.9, [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN as well. If compressed files are included directly from the CDN as shown above, sourcemap-aware browsers such as Google Chrome will use them when you enable sourcemap support.
+
+To see all available files and versions, visit [http://code.jquery.com](http://code.jquery.com)
+
+### Other CDNs
+
+The following CDNs also host compressed and uncompressed versions of jQuery releases. Starting with jQuery 1.9 they may also host [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps); check the site's documentation.
+
+**Note that there may be delays between a jQuery release and its availability there. Please be patient, they receive the files at the same time the blog post is made public. Beta and release candidates are not hosted by these CDNs.**
+
+* [Google CDN](http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery)
+* [Microsoft CDN](http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0)
+* [JSDelivr CDN](http://www.jsdelivr.com/#!jquery)
+* [CDNJS CDN](http://cdnjs.com/#jquery)
+
+## Past Releases
+
+All past releases can be found on the [jQuery CDN](http://code.jquery.com). Here are some commonly used recent versions:
+
+
diff --git a/pages/download.md b/pages/download.md
index cde8ccd..9d5a0d2 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -68,33 +68,6 @@ The jQuery team is constantly working to improve the code. Each commit to the Gi
[Download the work-in-progress jQuery **2.x** build - http://code.jquery.com/jquery-git2.js](http://code.jquery.com/jquery-git2.js)
-## Using jQuery with a CDN
-
-[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)
-
-To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag:
-```
-
-
-```
-
-Starting with jQuery 1.9, [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN as well. If compressed files are included directly from the CDN as shown above, sourcemap-aware browsers such as Google Chrome will use them when you enable sourcemap support.
-
-To see all available files and versions, visit [http://code.jquery.com](http://code.jquery.com)
-
-### Other CDNs
-
-The following CDNs also host compressed and uncompressed versions of jQuery releases. Starting with jQuery 1.9 they may also host [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps); check the site's documentation.
-
-**Note that there may be delays between a jQuery release and its availability there. Please be patient, they receive the files at the same time the blog post is made public. Beta and release candidates are not hosted by these CDNs.**
-
-* [Google CDN](http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery)
-* [Microsoft CDN](http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0)
-* [CDNJS CDN](http://cdnjs.com#jquery)
-
## About the Code
**jQuery is provided under the MIT license.**
@@ -123,22 +96,3 @@ git checkout 1.2.6
```
The README file for a specific version will have instructions for building that version, as the process has changed over time.
-
-***
-
-## Past Releases
-
-All past releases can be found on the [jQuery CDN](http://code.jquery.com). Here are some commonly used recent versions:
-
-
-