From d2fcbb193b67106d0c0b57cd1e988acf2d30ace7 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 16 Apr 2014 00:49:40 -0400 Subject: [PATCH] Update libgc URL in README. * README: Update libgc URL. Suggested by Ian Grant . --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 215f9e53e..92d786c06 100644 --- a/README +++ b/README @@ -82,7 +82,7 @@ Guile requires the following external packages: libgc (aka. the Boehm-Demers-Weiser garbage collector) is the conservative garbage collector used by Guile. It is available - from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ . + from http://www.hboehm.info/gc/ . - libffi