From 5630e0cd1d62e1ab39fb6a5dfa80146542729f8f Mon Sep 17 00:00:00 2001 From: "npm-to-cdn-bot (by Forbes Lindesay)" Date: Mon, 12 Sep 2016 18:17:36 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com --- jspm_packages/npm/react-router@2.6.1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jspm_packages/npm/react-router@2.6.1/README.md b/jspm_packages/npm/react-router@2.6.1/README.md index 576c4233..37a901f5 100644 --- a/jspm_packages/npm/react-router@2.6.1/README.md +++ b/jspm_packages/npm/react-router@2.6.1/README.md @@ -47,10 +47,10 @@ var Route = require('react-router').Route var Link = require('react-router').Link ``` -The UMD build is also available on [npmcdn](https://npmcdn.com): +The UMD build is also available on [unpkg](https://unpkg.com): ```html - + ``` You can find the library on `window.ReactRouter`.