diff --git a/README.md b/README.md
index 598f155f7d..834cd41374 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Plottable is used and developed at [Palantir Technologies](http://palantir.com/)
- Get Plottable:
- npm: `npm install --save plottable`
- yarn: `yarn add plottable`
- - [unpkg](https://unpkg.com/plottable/plottable.min.js)
+ - [jsdelivr](https://cdn.jsdelivr.net/npm/plottable@3/plottable.min.js)
- [Check out examples](http://plottablejs.org/examples/)
- [Read the tutorials](http://plottablejs.org/tutorials/)
- [Visit the website, plottablejs.org](http://plottablejs.org/)
diff --git a/quicktests/overlaying/index.html b/quicktests/overlaying/index.html
index 898a8bb660..0b1f7faf22 100644
--- a/quicktests/overlaying/index.html
+++ b/quicktests/overlaying/index.html
@@ -31,7 +31,7 @@
-
+
diff --git a/webpackConfig/build.js b/webpackConfig/build.js
index a485c15000..1e7dd0507b 100644
--- a/webpackConfig/build.js
+++ b/webpackConfig/build.js
@@ -17,8 +17,8 @@ Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)`;
*
* User adds two script tags to their html page:
*
- *
- *
+ *
+ *
*
* And then references Plottable globally.
*
@@ -28,8 +28,8 @@ Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)`;
*
* require.config( {
* paths: {
- * d3: "https://cdnjs.cloudflare.com/ajax/libs/d3/4.5.0/d3.min",
- * plottable: "//unpkg.com/plottable/plottable.js"
+ * d3: "https://cdn.jsdelivr.net/npm/d3@4.5.0/build/d3.min.js",
+ * plottable: "//cdn.jsdelivr.net/npm/plottable/plottable.min.js"
* },
* shim: {
* "plottable": {