Skip to content

Commit b9d5fe9

Browse files
committed
Merge pull request django-haystack#1232 from dlo/patch-1
Rename elasticsearch-py to elasticsearch in docs Thanks to @dlo for the patch
2 parents f45ecaa + 2b2e3c9 commit b9d5fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installing_search_engines.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,16 @@ locally. Modifications should be done in a YAML file, the stock one being
149149
logs: /usr/local/var/log
150150
data: /usr/local/var/data
151151

152-
You'll also need an Elasticsearch binding: elasticsearch-py_ (**NOT**
152+
You'll also need an Elasticsearch binding: elasticsearch_ (**NOT**
153153
``pyes``). Place ``elasticsearch`` somewhere on your ``PYTHONPATH``
154154
(usually ``python setup.py install`` or ``pip install elasticsearch``).
155155

156-
.. _elasticsearch-py: http://pypi.python.org/pypi/elasticsearch/
156+
.. _elasticsearch: http://pypi.python.org/pypi/elasticsearch/
157157

158158
.. note::
159159

160160
Elasticsearch 1.0 is slightly backwards incompatible so you need to make sure
161-
you have the proper version of `elasticsearch-py` installed - releases with
161+
you have the proper version of `elasticsearch` installed - releases with
162162
major version 1 (1.X.Y) are to be used with Elasticsearch 1.0 and later, 0.4
163163
releases are meant to work with Elasticsearch 0.90.X.
164164

0 commit comments

Comments
 (0)