diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-03 16:35:54 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-05-22 19:29:17 +0200 |
commit | 93c3b060c16242f069d74123b9629d6df2bc2c73 (patch) | |
tree | cdc9ea03f76d5990f287eb9eac22ae458c46727e | |
parent | 82357f7bd875afce351a2965a15baabf864338e3 (diff) | |
download | guile-93c3b060c16242f069d74123b9629d6df2bc2c73.tar.gz |
doc: Update libgc URL.
* doc/ref/data-rep.texi (Conservative GC): Update libgc URL.
-rw-r--r-- | doc/ref/data-rep.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/data-rep.texi b/doc/ref/data-rep.texi index d0a76e9be..bb7f74afe 100644 --- a/doc/ref/data-rep.texi +++ b/doc/ref/data-rep.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2010 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2010, 2015 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -339,7 +339,7 @@ actually garbage, and should be freed. In practice, this is not a problem. The alternative, an explicitly maintained list of local variable addresses, is effectively much less reliable, due to programmer error. Interested readers should see the BDW-GC web page at -@uref{http://www.hpl.hp.com/personal/Hans_Boehm/gc}, for more +@uref{http://www.hboehm.info/gc/}, for more information. |