File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -454,12 +454,12 @@ Backends
454
454
Ijson provides several implementations of the actual parsing in the form of
455
455
backends located in ijson/backends:
456
456
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.
458
458
This is the fastest, but *might * require a compiler and the YAJL development files
459
459
to be present when installing this package.
460
460
Binary wheel distributions exist for major platforms/architectures to spare users
461
461
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
463
463
using CFFI.
464
464
- ``yajl2 ``: wrapper around YAJL 2.x using ctypes, for when you can't use CFFI
465
465
for some reason.
You can’t perform that action at this time.
0 commit comments