Skip to content

Commit e43da79

Browse files
committed
[DOCS] Updates README
1 parent f089b8a commit e43da79

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,14 @@ See also [`doc/examples`](https://github.com/elastic/elasticsearch-ruby/blob/mai
3737
**For optimal performance, you should use a HTTP library which supports persistent
3838
("keep-alive") connections, e.g. [Patron](https://github.com/toland/patron) or [Typhoeus](https://github.com/typhoeus/typhoeus).** These libraries are not dependencies of the Elasticsearch gems. Ensure you define a dependency for a HTTP library in your own application.
3939

40-
This repository contains these additional Ruby libraries:
40+
Check out these other official Ruby libraries for working with Elasticsearch:
4141

42-
* [`elasticsearch-extensions`](https://github.com/elastic/elasticsearch-ruby/tree/main/elasticsearch-extensions), *deprecated*.
43-
* [`elasticsearch-dsl`](https://github.com/elastic/elasticsearch-dsl-ruby) which provides a Ruby API for the [Elasticsearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html),
42+
* [`elasticsearch-rails`](https://github.com/elasticsearch/elasticsearch-rails) - integration with Ruby models and Rails applications.
43+
* [`elasticsearch-extensions`](https://github.com/elastic/elasticsearch-ruby/tree/7.17/elasticsearch-extensions), *deprecated*.
44+
* [`elasticsearch-dsl`](https://github.com/elastic/elasticsearch-dsl-ruby) which provides a Ruby API for the [Elasticsearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html).
4445

4546
Please see their respective READMEs for information and documentation.
4647

47-
For integration with Ruby models and Rails applications,
48-
see the **[elasticsearch-rails](https://github.com/elasticsearch/elasticsearch-rails)** project.
49-
5048
## Compatibility
5149

5250
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/).

0 commit comments

Comments
 (0)