From: Mark H Weaver Date: Wed, 16 Apr 2014 04:49:40 +0000 (-0400) Subject: Update libgc URL in README. X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/d2fcbb193b67106d0c0b57cd1e988acf2d30ace7?ds=sidebyside Update libgc URL in README. * README: Update libgc URL. Suggested by Ian Grant . --- 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