File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ How you acquire typeahead.js is up to you:
23
23
24
24
* Install with [ npm] ( https://www.npmjs.com ) : ` $ npm install corejs-typeahead `
25
25
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 )
27
27
28
28
* 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 )
33
33
34
34
** Note:** both * bloodhound.js* and * typeahead.jquery.js* have a dependency on
35
35
[ jQuery] ( http://jquery.com/ ) 1.9+.
You can’t perform that action at this time.
0 commit comments