From 0893418bcaa8c4a4c427b3f39d760c35b0fca20d Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Thu, 1 Sep 2016 03:35:22 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com (#284) --- docs/walkthroughs/using-the-bundled-source.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/walkthroughs/using-the-bundled-source.md b/docs/walkthroughs/using-the-bundled-source.md index 542527a87..918a9e47e 100644 --- a/docs/walkthroughs/using-the-bundled-source.md +++ b/docs/walkthroughs/using-the-bundled-source.md @@ -39,13 +39,13 @@ Then you can add `slate.js` after those includes: ``` -To make things easier, for quick prototyping, you can also use the [`npmcdn.com`](https://npmcdn.com/#/) delivery network that makes working with bundled npm modules easier. In that case, your includes would look like: +To make things easier, for quick prototyping, you can also use the [`unpkg.com`](https://unpkg.com/#/) delivery network that makes working with bundled npm modules easier. In that case, your includes would look like: ```html - - - - + + + + ``` That's it, you're ready to go!