Skip to content

Commit a4cdf76

Browse files
committed
[DOCS] Updates Gem README, addresses #1717
1 parent 0891005 commit a4cdf76

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

elasticsearch/README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `elasticsearch` library provides a Ruby client and API for [Elasticsearch](h
66

77
This gem is a wrapper for two separate libraries:
88

9-
* [`elasticsearch-transport`](https://github.com/elasticsearch/elasticsearch-ruby/tree/main/elasticsearch-transport), which provides a low-level Ruby client for connecting to [Elastic](http://elasticsearch.com) services.
9+
* [`elastic-transport`](https://github.com/elastic/elastic-transport-ruby/), which provides a low-level Ruby client for connecting to [Elastic](http://elasticsearch.com) services.
1010
* [`elasticsearch-api`](https://github.com/elasticsearch/elasticsearch-ruby/tree/main/elasticsearch-api), which provides a Ruby API for the Elasticsearch RESTful API.
1111

1212
Install the `elasticsearch` package and use the API directly:
@@ -117,17 +117,12 @@ Elasticsearch::Client.new(
117117
Please refer to the specific library documentation for details:
118118

119119
* **Transport**:
120-
[[README]](https://github.com/elasticsearch/elasticsearch-ruby/blob/main/elasticsearch-transport/README.md)
121-
[[Documentation]](http://rubydoc.info/gems/elasticsearch-transport/file/README.markdown)
120+
[[README]](https://github.com/elastic/elastic-transport-ruby#elastic-transport)
121+
[[Documentation]](https://rubydoc.info/github/elastic/elastic-transport-ruby/)
122122

123123
* **API**:
124-
[[README]](https://github.com/elasticsearch/elasticsearch-ruby/blob/main/elasticsearch-api/README.md)
125-
[[Documentation]](http://rubydoc.info/gems/elasticsearch-api/file/README.markdown)
126-
127-
128-
## Development
129-
130-
You can run `rake -T` to check the test tasks. Use `COVERAGE=true` before running a test task to check the coverage with Simplecov.
124+
[[README]](https://github.com/elastic/elasticsearch-ruby/tree/main/elasticsearch-api#elasticsearchapi)
125+
[[Documentation]](https://rubydoc.info/gems/elasticsearch-api)
131126

132127
## License
133128

0 commit comments

Comments
 (0)