From 5a06638f9d7e8309d4bb8eee49436489d5ce525f Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Mon, 16 Jul 2012 22:21:18 -0700
Subject: [PATCH] Change url to www.cmucl.org.

---
 src/code/save.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/code/save.lisp b/src/code/save.lisp
index 69d91fcae..f06461f53 100644
--- a/src/code/save.lisp
+++ b/src/code/save.lisp
@@ -357,7 +357,7 @@
 
 (setf (getf *herald-items* :bugs)
       `(,#'(lambda (stream)
-	     (write-string (intl:gettext "See <http://www.cons.org/cmucl/> for support information.") stream))
+	     (write-string (intl:gettext "See <http://www.cmucl.org/> for support information.") stream))
 	terpri
 	,#'(lambda (stream)
 	     (write-string (intl:gettext "Loaded subsystems:") stream))))
-- 
GitLab