From 9f93ad0ce4251f273f27aeb27752406acbb19bca Mon Sep 17 00:00:00 2001 From: lace <> Date: Wed, 7 Jun 2006 11:33:01 +0000 Subject: [PATCH] Fixed files references to point to the right URLs. Cleanup useless '/*checkout*/' component. --- project/ssht/Index.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ssht/Index.pm b/project/ssht/Index.pm index 3572fa6..4ac9fde 100644 --- a/project/ssht/Index.pm +++ b/project/ssht/Index.pm @@ -57,7 +57,7 @@ project::Lib->init(); my $cvsfile=sub ($) { my($file)=@_; - return a_href $W->{"project_viewcvs"}.'/*checkout*/ssht/hostintranet/etc-inittab?rev=HEAD', + return a_href $W->{"project_viewcvs"}.'/ssht/'.$file.'?rev=HEAD', escapeHTML($file); }; -- 1.8.3.1