Commit 7b5bfb9f29dec715302a43bd48e62edd92b2bd2d
1 parent
230ec8eb
Exists in
master
and in
4 other branches
Updated AWS service name [skip ci]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -1230,7 +1230,7 @@ Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This de |
1230 | 1230 | |
1231 | 1231 | - [Elastic Cloud](#elastic-cloud) |
1232 | 1232 | - [Heroku](#heroku) |
1233 | -- [Amazon Elasticsearch Service](#amazon-elasticsearch-service) | |
1233 | +- [Amazon OpenSearch Service](#amazon-opensearch-service) | |
1234 | 1234 | - [Self-Hosted and Other](#self-hosted-and-other) |
1235 | 1235 | |
1236 | 1236 | ### Elastic Cloud |
... | ... | @@ -1290,7 +1290,7 @@ Then deploy and reindex: |
1290 | 1290 | heroku run rake searchkick:reindex:all |
1291 | 1291 | ``` |
1292 | 1292 | |
1293 | -### Amazon Elasticsearch Service | |
1293 | +### Amazon OpenSearch Service | |
1294 | 1294 | |
1295 | 1295 | Create an initializer `config/initializers/elasticsearch.rb` with: |
1296 | 1296 | ... | ... |