* src/ln.c (do_link): Use new, shorter URL, for ag-review link.
authorJim Meyering <jim@meyering.net>
Sat, 1 Jul 2006 07:04:52 +0000 (07:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Jul 2006 07:04:52 +0000 (07:04 +0000)
ChangeLog
src/ln.c

index 1130052..b3271b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-07-01  Jim Meyering  <jim@meyering.net>
 
+       * src/ln.c (do_link): Use new, shorter URL, for ag-review link.
+
        * .x-sc_require_config_h: Add ^lib/xstrtold\.c$, so make distcheck
        passes once again.
 
index e0230b2..5dd3c51 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -246,7 +246,7 @@ do_link (const char *source, const char *dest)
      POSIX 1003.1-2004 requires that ln -f A B must unlink B even on
      failure (e.g., when A does not exist).  This is counterintuitive,
      and we submitted a defect report
-     <http://www.opengroup.org/sophocles/show_mail.tpl?source=L&listname=austin-review-l&id=1795>
+     <http://www.opengroup.org/austin/mailarchives/ag-review/msg01794.html>
      (2004-06-24).  If the committee does not fix the standard we'll
      have to change the behavior of ln -f, at least if POSIXLY_CORRECT
      is set.  In the meantime ln -f A B will not unlink B unless the