Skip to content

Commit 53400c3

Browse files
committed
Fixed 404 links
Replaced links from the twitter repository to corejavascript.
1 parent 6da45f5 commit 53400c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ How you acquire typeahead.js is up to you:
2323

2424
* Install with [npm](https://www.npmjs.com): `$ npm install corejs-typeahead`
2525

26-
* [Download zipball of latest release](https://typeahead.js.org/releases/latest/typeahead.js.zip)
26+
* [Download zipball of latest release](https://github.com/corejavascript/typeahead.js/archive/master.zip)
2727

2828
* Download the latest dist files individually:
29-
* [bloodhound.js](https://typeahead.js.org/releases/latest/bloodhound.js) (standalone suggestion engine)
30-
* [typeahead.jquery.js](https://typeahead.js.org/typeahead.js/releases/latest/typeahead.jquery.js) (standalone UI view)
31-
* [typeahead.bundle.js](https://typeahead.js.org/typeahead.js/releases/latest/typeahead.bundle.js) (*bloodhound.js* + *typeahead.jquery.js*)
32-
* [typeahead.bundle.min.js](https://typeahead.js.org/typeahead.js/releases/latest/typeahead.bundle.min.js)
29+
* [bloodhound.js](https://github.com/corejavascript/typeahead.js/raw/master/dist/bloodhound.js) (standalone suggestion engine)
30+
* [typeahead.jquery.js](https://github.com/corejavascript/typeahead.js/raw/master/dist/typeahead.jquery.js) (standalone UI view)
31+
* [typeahead.bundle.js](https://github.com/corejavascript/typeahead.js/raw/master/dist/typeahead.bundle.js) (*bloodhound.js* + *typeahead.jquery.js*)
32+
* [typeahead.bundle.min.js](https://github.com/corejavascript/typeahead.js/raw/master/dist/typeahead.bundle.min.js)
3333

3434
**Note:** both *bloodhound.js* and *typeahead.jquery.js* have a dependency on
3535
[jQuery](http://jquery.com/) 1.9+.

0 commit comments

Comments
 (0)