Skip to content

Commit 3779e66

Browse files
gomezgoiriPatrickJS
authored andcommitted
Updating URLs with latest release (#93)
Files were moved to "/dist" in v2.0.0, so updating version number in old URLs no longer worked.
1 parent 0ad7029 commit 3779e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ You can download angular-websocket by:
2424

2525
* (prefered) Using bower and running `bower install angular-websocket --save`
2626
* Using npm and running `npm install angular-websocket --save`
27-
* Downloading it manually by clicking [here to download development unminified version](https://raw.github.com/gdi2290/angular-websocket/master/angular-websocket.js)
28-
* CDN for development `https://rawgit.com/gdi2290/angular-websocket/v1.0.9/angular-websocket.js`
29-
* CDN for production `https://cdn.rawgit.com/gdi2290/angular-websocket/v1.0.9/angular-websocket.min.js`
27+
* Downloading it manually by clicking [here to download development unminified version](https://raw.github.com/AngularClass/angular-websocket/master/dist/angular-websocket.js)
28+
* CDN for development `https://cdn.rawgit.com/AngularClass/angular-websocket/v2.0.0/dist/angular-websocket.js`
29+
* CDN for production `https://cdn.rawgit.com/AngularClass/angular-websocket/v2.0.0/dist/angular-websocket.min.js`
3030

3131
## Usage
3232

0 commit comments

Comments
 (0)