diff options
author | Marcel Telka <marcel@telka.sk> | 2012-12-06 09:47:56 -0800 |
---|---|---|
committer | Garrett D'Amore <garrett@dey-sys.com> | 2012-12-06 09:47:56 -0800 |
commit | 7646c8f36bab39004fcffc7287250ea06924088e (patch) | |
tree | cf33f30e72bdebf24322dff3019b51ac870ea1ee /usr | |
parent | 9e3e4df2a0f62bab8e8eb305949e7d35c55e9864 (diff) | |
download | illumos-joyent-7646c8f36bab39004fcffc7287250ea06924088e.tar.gz |
3381 webrev: The latest version may be obtained here.
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/tools/scripts/webrev.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/tools/scripts/webrev.sh b/usr/src/tools/scripts/webrev.sh index c667d2a381..7df8aa8b52 100644 --- a/usr/src/tools/scripts/webrev.sh +++ b/usr/src/tools/scripts/webrev.sh @@ -25,6 +25,7 @@ # # Copyright 2008, 2010, Richard Lowe +# Copyright 2012 Marcel Telka <marcel@telka.sk> # # This script takes a file list and a workspace and builds a set of html files @@ -3727,7 +3728,7 @@ print "<p style=\"font-size: small\">" print "This code review page was prepared using <b>$0</b>." print "Webrev is maintained by the <a href=\"http://www.illumos.org\">" print "illumos</a> project. The latest version may be obtained" -print "<a href=\"http://src.illumos.org/source/xref/illumos-opengrok/usr/src/tools/scripts/webrev.sh\">here</a>.</p>" +print "<a href=\"http://src.illumos.org/source/xref/illumos-gate/usr/src/tools/scripts/webrev.sh\">here</a>.</p>" print "</body>" print "</html>" |