Skip to content

Commit f6a28ac

Browse files
akiomiksethmlarson
andauthored
Remove stale link to JSONSerializer in docs
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
1 parent f468ecb commit f6a28ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/sphinx/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Customization
384384
Custom serializers
385385
~~~~~~~~~~~~~~~~~~
386386

387-
By default, `JSONSerializer`_ is used to encode all outgoing requests.
387+
By default, ``JSONSerializer`` is used to encode all outgoing requests.
388388
However, you can implement your own custom serializer
389389

390390
.. code-block:: python
@@ -401,8 +401,6 @@ However, you can implement your own custom serializer
401401
402402
es = Elasticsearch(serializer=SetEncoder())
403403
404-
.. _JSONSerializer: https://github.com/elastic/elasticsearch-py/blob/master/elasticsearch/serializer.py#L24
405-
406404
407405
Elasticsearch-DSL
408406
-----------------

0 commit comments

Comments
 (0)