summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--TODO4
-rw-r--r--web/index.skb2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 499a5f1..ea62741 100644
--- a/README
+++ b/README
@@ -63,7 +63,7 @@ To convert images in the `fig' format:
 To be able to use the `rss-2' reader, you will need:
 
   * Guile-Lib (specifically, `sxml' and `htmlprag' modules)
-    http://home.gna.org/guile-lib/
+    http://www.nongnu.org/guile-lib/
 
 This is it!
 
diff --git a/TODO b/TODO
index 88e8d1e..27d9a57 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 -*- Org -*-
 
-Copyright 2007, 2008, 2009  Ludovic Courtès <ludo@gnu.org>
+Copyright 2007, 2008, 2009, 2012  Ludovic Courtès <ludo@gnu.org>
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
@@ -75,7 +75,7 @@ implemented by `skribe-load' (see, e.g., `web-article').
 *** Add an Org-Mode reader
 Could be based on [[http://wingolog.org/software/guile-present/][Andy's parser in Guile-Present]].
 *** Add a Texinfo reader
-Could be based on the one in [[http://home.gna.org/guile-lib/][Guile-Lib]].
+Could be based on the one in [[http://www.nongnu.org/guile-lib/][Guile-Lib]].
 
 ** Write a nice GUI based on Andy's STexi browser
 ** Add a BibTeX parser
diff --git a/web/index.skb b/web/index.skb
index 326169e..7f01cf5 100644
--- a/web/index.skb
+++ b/web/index.skb
@@ -69,7 +69,7 @@
   (ref :url "http://ploticus.sf.net/" :text body))
 
 (define (guile-lib . body)
-  (ref :url "http://home.gna.org/guile-lib/" :text body))
+  (ref :url "http://www.nongnu.org/guile-lib/" :text body))
 
 (define (freedom . body)
   (ref :url "http://www.gnu.org/philosophy/free-sw.html" :text body))