Skip to content

Commit

Permalink
Merge pull request twitter#41 from Pheil/patch-1
Browse files Browse the repository at this point in the history
Fixed 404 links
  • Loading branch information
Ben Creasy committed Nov 21, 2015
2 parents 6da45f5 + 53400c3 commit 5e351d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ How you acquire typeahead.js is up to you:

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

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

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

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

0 comments on commit 5e351d1

Please sign in to comment.