Skip to content

Commit 8f312bb

Browse files
committed
internal link fix(?)
1 parent d815a99 commit 8f312bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Encoding/Decoding
6969

7070
rejson-py uses Python's json_.
7171
The client can be set to use custom encoders/decoders at creation, or by calling
72-
explicitly the `setEncoder()`_ and
73-
`setDecoder()`_ methods, respectively.
72+
explicitly the setEncoder_ () and
73+
setDecoder_ () methods, respectively.
7474

7575
.. _json: https://docs.python.org/2/library/json.html
76-
.. _`setDecoder()`:API.md#setdecoder
77-
.. _`setEncoder()`:API.md#setencoder
76+
.. _setDecoder: ./API.md#setdecoder
77+
.. _setEncoder: ./API.md#setencoder
7878

7979
The following shows how to use this for a custom class that's stored as
8080
a JSON string for example:

0 commit comments

Comments
 (0)