Skip to content

Commit b66fe71

Browse files
committed
[DOCS] Updates README and links to elasticsearch-dsl
Closes #1026
1 parent 03fa16b commit b66fe71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Elasticsearch
1+
# Elasticsearch Rails
22

33
[![Ruby 2.7](https://github.com/elastic/elasticsearch-rails/workflows/Ruby%202.7/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions)
44
[![Ruby 2.6](https://github.com/elastic/elasticsearch-rails/workflows/Ruby%202.6/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions)

Diff for: elasticsearch-model/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ response.results.first.title
343343
# => "Quick brown fox"
344344
```
345345

346-
Also, you can use the [**`elasticsearch-dsl`**](https://github.com/elastic/elasticsearch-ruby/tree/main/elasticsearch-dsl) library, which provides a specialized Ruby API for the Elasticsearch Query DSL:
346+
Also, you can use the [**`elasticsearch-dsl`**](https://github.com/elastic/elasticsearch-dsl-ruby) library, which provides a specialized Ruby API for the Elasticsearch Query DSL:
347347

348348
```ruby
349349
require 'elasticsearch/dsl'

Diff for: elasticsearch-rails/lib/rails/templates/04-dsl.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## [4] DSL
2828
2929
The `dsl` template refactors the search definition in SearchController#index
30-
to use the [`elasticsearch-dsl`](https://github.com/elastic/elasticsearch-ruby/tree/dsl/elasticsearch-dsl)
30+
to use the [`elasticsearch-dsl`](https://github.com/elastic/elasticsearch-dsl-ruby)
3131
Rubygem for better expresivity and readability of the code.
3232
3333
README
@@ -44,7 +44,7 @@
4444
say_status "Rubygems", "Adding Rubygems into Gemfile...\n", :yellow
4545
puts '-'*80, ''; sleep 0.25
4646

47-
gem "elasticsearch-dsl", git: "git://github.com/elastic/elasticsearch-ruby.git"
47+
gem "elasticsearch-dsl", git: "git://github.com/elastic/elasticsearch-dsl-ruby.git"
4848

4949
git add: "Gemfile*"
5050
git commit: "-m 'Added the `elasticsearch-dsl` gem'"

0 commit comments

Comments
 (0)