Преглед изворни кода

Added a link to official Python client to the client list, fixed perl link

Honza Kral пре 12 година
родитељ
комит
dd43d932f1
1 измењених фајлова са 5 додато и 3 уклоњено
  1. 5 3
      docs/community/clients.asciidoc

+ 5 - 3
docs/community/clients.asciidoc

@@ -5,13 +5,12 @@
 [[community-perl]]
 === Perl
 
-See the http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/index.html[official Elasticsearch Perl client].
+See the http://www.elasticsearch.org/guide/en/elasticsearch/client/perl-api/current/index.html[official Elasticsearch Perl client].
 
 [[community-python]]
 === Python
 
-* http://github.com/aparo/pyes[pyes]:
-  Python client.
+See the http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/current/index.html[official Elasticsearch Python client].
 
 * http://github.com/rhec/pyelasticsearch[pyelasticsearch]:
   Python client.
@@ -28,6 +27,9 @@ See the http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/curre
 * http://intridea.github.io/surfiki-refine-elasticsearch/[Surfiki Refine]:
   Python Map-Reduce engine targeting Elasticsearch indices.
 
+* http://github.com/aparo/pyes[pyes]:
+  Python client.
+
 
 [[community-ruby]]
 === Ruby