Skip to content

Commit

Permalink
chore(npmcdn): Update links from npmcdn to unpkg (#1912)
Browse files Browse the repository at this point in the history
* Update links to npmcdn to unpkg

* Updated npmcdn links to unpkg in installation.md

* Update npmcdn url in installation.md

* Changed Rx.umd.js to Rx.js
  • Loading branch information
jayphelps authored Aug 31, 2016
2 parents cb40e92 + b24a8c6 commit 990594b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ npm install @reactivex/rxjs@5.0.0-beta.1

### CDN

For CDN, you can use [npmcdn](https://npmcdn.com):
For CDN, you can use [unpkg](https://unpkg.com/):

5.0.0-beta.1 - 5.0.0-beta.11:

https://npmcdn.com/@reactivex/rxjs/dist/global/Rx.umd.js
https://unpkg.com/@reactivex/rxjs/dist/global/Rx.umd.js


5.0.0-beta.12 or higher:

https://npmcdn.com/@reactivex/rxjs/dist/global/Rx.umd.js
https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js

#### Node.js Usage:

Expand Down
6 changes: 3 additions & 3 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ npm install @reactivex/rxjs@5.0.0-beta.1

## CDN

For CDN, you can use [npmcdn](https://npmcdn.com). Just replace `version` with the current
For CDN, you can use [unpkg](https://unpkg.com). Just replace `version` with the current
version on the link below:

For RxJS 5.0.0-beta.1 through beta.11:
https://npmcdn.com/@reactivex/rxjs@version/dist/global/Rx.umd.js
https://unpkg.com/@reactivex/rxjs@version/dist/global/Rx.umd.js

For RxJS 5.0.0-beta.12 and higher:
https://npmcdn.com/@reactivex/rxjs@version/dist/global/Rx.js
https://unpkg.com/@reactivex/rxjs@version/dist/global/Rx.js

0 comments on commit 990594b

Please sign in to comment.