Update version on website
Opened this issue · 5 comments
The https://typeahead.js.org/ website homepage links to v0.11.1 (the last version before the fork) instead of the latest release. This is very confusing for new users discovering this project and wondering why the fork appears identical to the original repo!
@charlielee I guess that url belongs to twitter, would you like to send a tweet to twitter support team?
The website is actually a clone of http://twitter.github.io/typeahead.js/
It's attached to this repo rather than the original twitter one.
I'm not sure how to accomplish this. Theres probably an automated tool that takes care of it... but it looks like someone needs to package up a current release, add it here: https://github.com/corejavascript/typeahead.js/tree/gh-pages/releases
and then point at it in this file:
https://github.com/corejavascript/typeahead.js/blob/gh-pages/index.html
Good catch @charlielee, thanks for reporting this.
The site is controlled through the gh-pages
branch in this repo. You can grab the latest release from https://github.com/corejavascript/typeahead.js/releases and add it to the gh-pages
branch, then update index.html to point to the new version. Open a Pull Request with that and the site will be updated when your PR is merged.