Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links from npmcdn to unpkg #1912

Merged
merged 4 commits into from
Aug 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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