Skip to content

Commit d627240

Browse files
committed
[DOCS] Updates README badges
1 parent 576aa7e commit d627240

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Elasticsearch
2+
[![7.17](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.17.yml/badge.svg?branch=7.17)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.17.yml) [![8.0](https://github.com/elastic/elasticsearch-ruby/actions/workflows/8.0.yml/badge.svg?branch=8.0)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/8.0.yml) [![8.1](https://github.com/elastic/elasticsearch-ruby/actions/workflows/8.1.yml/badge.svg?branch=8.1)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/8.1.yml) [![main](https://github.com/elastic/elasticsearch-ruby/actions/workflows/main.yml/badge.svg)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/main.yml)
23

3-
This repository contains the official [Elasticsearch](https://www.elastic.co/products/elasticsearch) Ruby client.
4-
5-
[![6.x](https://github.com/elastic/elasticsearch-ruby/actions/workflows/6.x.yml/badge.svg?branch=6.x)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/6.x.yml) [![7.16](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.x.yml/badge.svg?branch=7.16)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.16.yml) [![7.17](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.17.yml/badge.svg?branch=7.17)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.17.yml) [![8.0](https://github.com/elastic/elasticsearch-ruby/actions/workflows/8.0.yml/badge.svg?branch=8.0)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/8.0.yml) [![main](https://github.com/elastic/elasticsearch-ruby/actions/workflows/main.yml/badge.svg)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/main.yml)
6-
7-
The [`elasticsearch`](https://github.com/elasticsearch/elasticsearch-ruby/tree/main/elasticsearch) gem is a complete Elasticsearch client which uses two separate libraries:
4+
This repository contains the official [Elasticsearch](https://www.elastic.co/products/elasticsearch) Ruby client. The [`elasticsearch`](https://github.com/elasticsearch/elasticsearch-ruby/tree/main/elasticsearch) gem is a complete Elasticsearch client which uses two separate libraries:
85

96
* [`elastic-transport`](https://github.com/elastic/elastic-transport-ruby) - provides the low-level code for connecting to an Elasticsearch cluster.
107
* [`elasticsearch-api`](https://github.com/elasticsearch/elasticsearch-ruby/tree/main/elasticsearch-api) - provides a Ruby API for the Elasticsearch RESTful API.

0 commit comments

Comments
 (0)