Commit 9a1d4812eae2d5238ade1b81367de0ca13dfc8fb
1 parent
4a341e41
Exists in
master
and in
21 other branches
No need for the
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -588,7 +588,7 @@ Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts |
588 | 588 | Searchkick.client = Elasticsearch::Client.new(hosts: ["localhost:9200", "localhost:9201"], retry_on_failure: true) |
589 | 589 | ``` |
590 | 590 | |
591 | -See the [elasticsearch-transport](https://github.com/elasticsearch/elasticsearch-ruby/blob/master/elasticsearch-transport) for a complete list of options. | |
591 | +See [elasticsearch-transport](https://github.com/elasticsearch/elasticsearch-ruby/blob/master/elasticsearch-transport) for a complete list of options. | |
592 | 592 | |
593 | 593 | ## Advanced |
594 | 594 | ... | ... |