From d69d722116f307f59561ede4d3e803b3f5a436b1 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 29 Aug 2016 19:45:31 -0700 Subject: [PATCH] s/npmcdn/unpkg/g (#7609) npmcdn.com is moving to unpkg.com. Same backend, one less letter in the domain name. Boom. --- docs/02-displaying-data.it-IT.md | 6 +++--- docs/02-displaying-data.ja-JP.md | 6 +++--- docs/02-displaying-data.ko-KR.md | 6 +++--- docs/02-displaying-data.md | 6 +++--- docs/02-displaying-data.ru-RU.md | 6 +++--- docs/02-displaying-data.zh-CN.md | 6 +++--- docs/02-displaying-data.zh-TW.md | 6 +++--- docs/09.2-package-management.md | 2 +- docs/getting-started.it-IT.md | 2 +- docs/getting-started.ja-JP.md | 2 +- docs/getting-started.ko-KR.md | 2 +- docs/getting-started.md | 2 +- docs/getting-started.zh-CN.md | 2 +- docs/tutorial.it-IT.md | 20 ++++++++++---------- docs/tutorial.ja-JP.md | 20 ++++++++++---------- docs/tutorial.ko-KR.md | 20 ++++++++++---------- docs/tutorial.md | 10 +++++----- docs/tutorial.zh-CN.md | 10 +++++----- downloads.md | 22 +++++++++++----------- 19 files changed, 78 insertions(+), 78 deletions(-) diff --git a/docs/02-displaying-data.it-IT.md b/docs/02-displaying-data.it-IT.md index 7f331480..5d83022b 100644 --- a/docs/02-displaying-data.it-IT.md +++ b/docs/02-displaying-data.it-IT.md @@ -19,9 +19,9 @@ Diamo un'occhiata ad un esempio davvero semplice. Creiamo un file dal nome `hell Hello React - - - + + +
diff --git a/docs/02-displaying-data.ja-JP.md b/docs/02-displaying-data.ja-JP.md index 013834ce..174d3e0a 100644 --- a/docs/02-displaying-data.ja-JP.md +++ b/docs/02-displaying-data.ja-JP.md @@ -19,9 +19,9 @@ UIについて、最も基本的なことは、いくつかのデータを表示 Hello React - - - + + +
diff --git a/docs/02-displaying-data.ko-KR.md b/docs/02-displaying-data.ko-KR.md index e932f847..1a9f3738 100644 --- a/docs/02-displaying-data.ko-KR.md +++ b/docs/02-displaying-data.ko-KR.md @@ -18,9 +18,9 @@ UI를 가지고 할 수 있는 가장 기초적인 것은 데이터를 표시하 Hello React - - - + + +
diff --git a/docs/02-displaying-data.md b/docs/02-displaying-data.md index f408baac..f9158275 100644 --- a/docs/02-displaying-data.md +++ b/docs/02-displaying-data.md @@ -18,9 +18,9 @@ Let's look at a really simple example. Create a `hello-react.html` file with the Hello React - - - + + +
diff --git a/docs/02-displaying-data.ru-RU.md b/docs/02-displaying-data.ru-RU.md index 1dd30dfd..38e70776 100644 --- a/docs/02-displaying-data.ru-RU.md +++ b/docs/02-displaying-data.ru-RU.md @@ -18,9 +18,9 @@ next: jsx-in-depth.html Hello React - - - + + +
diff --git a/docs/02-displaying-data.zh-CN.md b/docs/02-displaying-data.zh-CN.md index 339b568e..d099c144 100644 --- a/docs/02-displaying-data.zh-CN.md +++ b/docs/02-displaying-data.zh-CN.md @@ -18,9 +18,9 @@ next: jsx-in-depth-zh-CN.html Hello React - - - + + +
diff --git a/docs/02-displaying-data.zh-TW.md b/docs/02-displaying-data.zh-TW.md index 58937b8e..2cc2d4bc 100644 --- a/docs/02-displaying-data.zh-TW.md +++ b/docs/02-displaying-data.zh-TW.md @@ -18,9 +18,9 @@ next: jsx-in-depth-zh-TW.html Hello React - - - + + +
diff --git a/docs/09.2-package-management.md b/docs/09.2-package-management.md index 6c200c22..26efde42 100644 --- a/docs/09.2-package-management.md +++ b/docs/09.2-package-management.md @@ -102,7 +102,7 @@ bower install --save react Hello React! - +
diff --git a/docs/getting-started.it-IT.md b/docs/getting-started.it-IT.md index 10f04ee9..4bdd72c0 100644 --- a/docs/getting-started.it-IT.md +++ b/docs/getting-started.it-IT.md @@ -32,7 +32,7 @@ Nella directory principale dello starter kit, crea `helloworld.html` con il segu Ciao React! - +
diff --git a/docs/getting-started.ja-JP.md b/docs/getting-started.ja-JP.md index a4230ec3..d8ab28f6 100644 --- a/docs/getting-started.ja-JP.md +++ b/docs/getting-started.ja-JP.md @@ -32,7 +32,7 @@ React でのハッキングを始めるにあたり、一番簡単なものと Hello React! - +
diff --git a/docs/getting-started.ko-KR.md b/docs/getting-started.ko-KR.md index 6450d704..9d0f17a5 100644 --- a/docs/getting-started.ko-KR.md +++ b/docs/getting-started.ko-KR.md @@ -59,7 +59,7 @@ $ browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js Hello React! - +
diff --git a/docs/getting-started.md b/docs/getting-started.md index 0f262fb8..293bc28c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -34,7 +34,7 @@ In the root directory of the starter kit, create a `helloworld.html` with the fo Hello React! - +
diff --git a/docs/getting-started.zh-CN.md b/docs/getting-started.zh-CN.md index d2edec8f..54c80ba3 100644 --- a/docs/getting-started.zh-CN.md +++ b/docs/getting-started.zh-CN.md @@ -76,7 +76,7 @@ new webpack.DefinePlugin({ Hello React! - +
diff --git a/docs/tutorial.it-IT.md b/docs/tutorial.it-IT.md index 2eb259be..7242046b 100755 --- a/docs/tutorial.it-IT.md +++ b/docs/tutorial.it-IT.md @@ -41,11 +41,11 @@ Per questo tutorial renderemo il tutto il più semplice possibile. Incluso nel p React Tutorial - - - - - + + + + +
@@ -228,11 +228,11 @@ Per prima cosa, aggiungiamo la libreria di terze parti **marked** alla tua appli React Tutorial - - - - - + + + + + ``` diff --git a/docs/tutorial.ja-JP.md b/docs/tutorial.ja-JP.md index 65c757c0..1db55df0 100755 --- a/docs/tutorial.ja-JP.md +++ b/docs/tutorial.ja-JP.md @@ -41,11 +41,11 @@ next: thinking-in-react-ja-JP.html React Tutorial - - - - - + + + + + @@ -225,11 +225,11 @@ Markdown はインラインでテキストをフォーマットする簡単な Hello React - - - - - + + + + + ``` diff --git a/docs/tutorial.ko-KR.md b/docs/tutorial.ko-KR.md index b3e49a75..da50c7a3 100755 --- a/docs/tutorial.ko-KR.md +++ b/docs/tutorial.ko-KR.md @@ -41,11 +41,11 @@ next: thinking-in-react-ko-KR.html React Tutorial - - - - - + + + + +
@@ -231,11 +231,11 @@ Markdown은 텍스트를 포맷팅하는 간단한 방식입니다. 예를 들 React Tutorial - - - - - + + + + + ``` diff --git a/docs/tutorial.md b/docs/tutorial.md index 9fc6ece3..83efc5d7 100755 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -41,11 +41,11 @@ For this tutorial, we're going to make it as easy as possible. Included in the s React Tutorial - - - - - + + + + +
diff --git a/docs/tutorial.zh-CN.md b/docs/tutorial.zh-CN.md index cffc5ffa..15ac1ced 100755 --- a/docs/tutorial.zh-CN.md +++ b/docs/tutorial.zh-CN.md @@ -41,11 +41,11 @@ next: thinking-in-react-zh-CN.html React Tutorial - - - - - + + + + +
diff --git a/downloads.md b/downloads.md index a6bcb418..1e9b6891 100644 --- a/downloads.md +++ b/downloads.md @@ -22,40 +22,40 @@ If you're just starting out, make sure to use the development version. ## Individual Downloads #### React {{site.react_version}} (development) -The uncompressed, development version of [react.js](https://npmcdn.com/react@{{site.react_version}}/dist/react.js) and [react-dom.js](https://npmcdn.com/react-dom@{{site.react_version}}/dist/react-dom.js) with inline documentation (you need both files). +The uncompressed, development version of [react.js](https://unpkg.com/react@{{site.react_version}}/dist/react.js) and [react-dom.js](https://unpkg.com/react-dom@{{site.react_version}}/dist/react-dom.js) with inline documentation (you need both files). ```html - - + + ``` #### React {{site.react_version}} (production) -The compressed, production version of [react.js](https://npmcdn.com/react@{{site.react_version}}/dist/react.min.js) and [react-dom.js](https://npmcdn.com/react-dom@{{site.react_version}}/dist/react-dom.min.js) (you need both). +The compressed, production version of [react.js](https://unpkg.com/react@{{site.react_version}}/dist/react.min.js) and [react-dom.js](https://unpkg.com/react-dom@{{site.react_version}}/dist/react-dom.min.js) (you need both). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (development) The uncompressed, development version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (production) The compressed, production version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` > Note: > -> We're using [npmcdn](https://npmcdn.com) to serve these files. This is a free service with the goal to provide a hassle-free CDN for npm package authors. React is also available on other free CDNs including [cdnjs](https://cdnjs.com/libraries/react/) and [jsDelivr](https://www.jsdelivr.com/projects/react). If you have concerns with relying on an external host, we always recommend that you download React and serve it from your own servers. +> We're using [unpkg](https://unpkg.com) to serve these files. This is a free service with the goal to provide a hassle-free CDN for npm package authors. React is also available on other free CDNs including [cdnjs](https://cdnjs.com/libraries/react/) and [jsDelivr](https://www.jsdelivr.com/projects/react). If you have concerns with relying on an external host, we always recommend that you download React and serve it from your own servers. ## npm