Commit 52686a4f5028e318e9cb801b1b2de21d21b8f312
Exists in
master
and in
21 other branches
Merge pull request #561 from ReadmeCritic/master
Update README URLs based on HTTP redirects
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
README.md
... | ... | @@ -280,7 +280,7 @@ Call `Product.reindex` after changing synonyms. |
280 | 280 | |
281 | 281 | ### WordNet |
282 | 282 | |
283 | -Prepopulate English synonyms with the [WordNet database](http://en.wikipedia.org/wiki/WordNet). | |
283 | +Prepopulate English synonyms with the [WordNet database](https://en.wikipedia.org/wiki/WordNet). | |
284 | 284 | |
285 | 285 | Download [WordNet 3.0](http://wordnetcode.princeton.edu/3.0/WNprolog-3.0.tar.gz) to each Elasticsearch server and move `wn_s.pl` to the `/var/lib` directory. |
286 | 286 | |
... | ... | @@ -301,7 +301,7 @@ end |
301 | 301 | |
302 | 302 | ### Misspellings |
303 | 303 | |
304 | -By default, Searchkick handles misspelled queries by returning results with an [edit distance](http://en.wikipedia.org/wiki/Levenshtein_distance) of one. | |
304 | +By default, Searchkick handles misspelled queries by returning results with an [edit distance](https://en.wikipedia.org/wiki/Levenshtein_distance) of one. | |
305 | 305 | |
306 | 306 | You can change this with: |
307 | 307 | |
... | ... | @@ -893,7 +893,7 @@ Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This d |
893 | 893 | |
894 | 894 | ### Heroku |
895 | 895 | |
896 | -Choose an add-on: [SearchBox](https://addons.heroku.com/searchbox), [Bonsai](https://addons.heroku.com/bonsai), or [Found](https://addons.heroku.com/foundelasticsearch). | |
896 | +Choose an add-on: [SearchBox](https://elements.heroku.com/addons/searchbox), [Bonsai](https://elements.heroku.com/addons/bonsai), or [Found](https://addons.heroku.com/foundelasticsearch). | |
897 | 897 | |
898 | 898 | ```sh |
899 | 899 | # SearchBox |
... | ... | @@ -1318,7 +1318,7 @@ For convenience, this is set by default in the test environment. |
1318 | 1318 | |
1319 | 1319 | ## Thanks |
1320 | 1320 | |
1321 | -Thanks to Karel Minarik for [Elasticsearch Ruby](https://github.com/elasticsearch/elasticsearch-ruby) and [Tire](https://github.com/karmi/tire), Jaroslav Kalistsuk for [zero downtime reindexing](https://gist.github.com/jarosan/3124884), and Alex Leschenko for [Elasticsearch autocomplete](https://github.com/leschenko/elasticsearch_autocomplete). | |
1321 | +Thanks to Karel Minarik for [Elasticsearch Ruby](https://github.com/elasticsearch/elasticsearch-ruby) and [Tire](https://github.com/karmi/retire), Jaroslav Kalistsuk for [zero downtime reindexing](https://gist.github.com/jarosan/3124884), and Alex Leschenko for [Elasticsearch autocomplete](https://github.com/leschenko/elasticsearch_autocomplete). | |
1322 | 1322 | |
1323 | 1323 | ## Roadmap |
1324 | 1324 | ... | ... |