[DOCS] Fixed community links to official clients
This commit is contained in:
parent
dea6b112ae
commit
998b7b3b86
|
@ -5,12 +5,12 @@
|
||||||
[[community-perl]]
|
[[community-perl]]
|
||||||
=== Perl
|
=== Perl
|
||||||
|
|
||||||
See the http://www.elasticsearch.org/guide/en/elasticsearch/client/perl-api/current/index.html[official Elasticsearch Perl client].
|
See the {client}/perl-api/current/index.html[official Elasticsearch Perl client].
|
||||||
|
|
||||||
[[community-python]]
|
[[community-python]]
|
||||||
=== Python
|
=== Python
|
||||||
|
|
||||||
See the http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/current/index.html[official Elasticsearch Python client].
|
See the {client}/python-api/current/index.html[official Elasticsearch Python client].
|
||||||
|
|
||||||
* http://github.com/rhec/pyelasticsearch[pyelasticsearch]:
|
* http://github.com/rhec/pyelasticsearch[pyelasticsearch]:
|
||||||
Python client.
|
Python client.
|
||||||
|
@ -34,7 +34,7 @@ See the http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/cu
|
||||||
[[community-ruby]]
|
[[community-ruby]]
|
||||||
=== Ruby
|
=== Ruby
|
||||||
|
|
||||||
See the http://www.elasticsearch.org/guide/en/elasticsearch/client/ruby-api/current/index.html[official Elasticsearch Ruby client].
|
See the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client].
|
||||||
|
|
||||||
* http://github.com/karmi/tire[Tire]:
|
* http://github.com/karmi/tire[Tire]:
|
||||||
Ruby API & DSL, with ActiveRecord/ActiveModel integration.
|
Ruby API & DSL, with ActiveRecord/ActiveModel integration.
|
||||||
|
@ -52,7 +52,7 @@ See the http://www.elasticsearch.org/guide/en/elasticsearch/client/ruby-api/curr
|
||||||
[[community-php]]
|
[[community-php]]
|
||||||
=== PHP
|
=== PHP
|
||||||
|
|
||||||
See the http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/index.html[official Elasticsearch PHP client].
|
See the {client}/php-api/current/index.html[official Elasticsearch PHP client].
|
||||||
|
|
||||||
* http://github.com/ruflin/Elastica[Elastica]:
|
* http://github.com/ruflin/Elastica[Elastica]:
|
||||||
PHP client.
|
PHP client.
|
||||||
|
@ -73,7 +73,7 @@ See the http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/curre
|
||||||
[[community-javascript]]
|
[[community-javascript]]
|
||||||
=== JavaScript
|
=== JavaScript
|
||||||
|
|
||||||
See the http://www.elasticsearch.org/guide/en/elasticsearch/client/elasticsearch/index.html[official Elasticsearch JavaScript client].
|
See the {client}/javascript-api/current/index.html[official Elasticsearch JavaScript client].
|
||||||
|
|
||||||
* https://github.com/fullscale/elastic.js[Elastic.js]:
|
* https://github.com/fullscale/elastic.js[Elastic.js]:
|
||||||
A JavaScript implementation of the ElasticSearch Query DSL and Core API.
|
A JavaScript implementation of the ElasticSearch Query DSL and Core API.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
= Community Supported Clients
|
= Community Supported Clients
|
||||||
|
|
||||||
|
:client: http://www.elasticsearch.org/guide/en/elasticsearch/client
|
||||||
|
|
||||||
|
|
||||||
include::clients.asciidoc[]
|
include::clients.asciidoc[]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue