diff options
author | fr80241 <none@none> | 2007-02-22 10:42:15 -0800 |
---|---|---|
committer | fr80241 <none@none> | 2007-02-22 10:42:15 -0800 |
commit | e9e2cfb27ea426a3f9e26db3c7cf506e0c20ced0 (patch) | |
tree | 9d7489fbe999ed5b17af52ada7cf86a2279e67ce /usr/src/tools/scripts/webrev.sh | |
parent | 3dd977d1d416e51e8164b970b6be75f51d7054de (diff) | |
download | illumos-joyent-e9e2cfb27ea426a3f9e26db3c7cf506e0c20ced0.tar.gz |
6527002 webrev has incorrect link to latest version on opensolaris.org
Diffstat (limited to 'usr/src/tools/scripts/webrev.sh')
-rw-r--r-- | usr/src/tools/scripts/webrev.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/scripts/webrev.sh b/usr/src/tools/scripts/webrev.sh index 5d3c14de11..35e7867c0a 100644 --- a/usr/src/tools/scripts/webrev.sh +++ b/usr/src/tools/scripts/webrev.sh @@ -22,7 +22,7 @@ # # ident "%Z%%M% %I% %E% SMI" # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # This script takes a file list and a workspace and builds a set of html files @@ -2300,7 +2300,7 @@ print "This code review page was prepared using <b>$0</b>" print "(vers $WEBREV_UPDATED)." print "Webrev is maintained by the <a href=\"http://www.opensolaris.org\">" print "OpenSolaris</a> project. The latest version may be obtained" -print "<a href=\"http://src.opensolaris.org/source/xref/on/usr/src/tools/scripts/webrev.sh\">here</a>.</p>" +print "<a href=\"http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/tools/scripts/webrev.sh\">here</a>.</p>" print "</body>" print "</html>" |