Skip to content

Commit d2f29d0

Browse files
authored
change yajl link
1 parent 0d0f886 commit d2f29d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,12 @@ Backends
454454
Ijson provides several implementations of the actual parsing in the form of
455455
backends located in ijson/backends:
456456

457-
- ``yajl2_c``: a C extension using `YAJL <http://lloyd.github.com/yajl/>`__ 2.x.
457+
- ``yajl2_c``: a C extension using `YAJL <http://lloyd.github.io/yajl/>`__ 2.x.
458458
This is the fastest, but *might* require a compiler and the YAJL development files
459459
to be present when installing this package.
460460
Binary wheel distributions exist for major platforms/architectures to spare users
461461
from having to compile the package.
462-
- ``yajl2_cffi``: wrapper around `YAJL <http://lloyd.github.com/yajl/>`__ 2.x
462+
- ``yajl2_cffi``: wrapper around `YAJL <http://lloyd.github.io/yajl/>`__ 2.x
463463
using CFFI.
464464
- ``yajl2``: wrapper around YAJL 2.x using ctypes, for when you can't use CFFI
465465
for some reason.

0 commit comments

Comments
 (0)