doc: Fix a broken link

Fixes #258
This commit is contained in:
Petri Lehtinen 2015-10-20 10:21:08 +03:00
parent 40bd71f064
commit e44b2231b5

View file

@ -1582,7 +1582,7 @@ operations::
json_set_alloc_funcs(GC_malloc, GC_free);
.. _Boehm's conservative garbage collector: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
.. _Boehm's conservative garbage collector: http://www.hboehm.info/gc/
Allow storing sensitive data (e.g. passwords or encryption keys) in
JSON structures by zeroing all memory when freed::