From e44b2231b50aea5de78b7ea2debec0d5327cd711 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 20 Oct 2015 10:21:08 +0300 Subject: [PATCH] doc: Fix a broken link Fixes #258 --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apiref.rst b/doc/apiref.rst index fce1cb2..a921ef7 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -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::