From 6359eb5b088aeb9a7fc83f9677f1198f527d6b0b Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 10 Oct 2003 15:24:01 +0000 Subject: [PATCH] Resume link fixed --- WebConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebConfig.pm b/WebConfig.pm index cc54d90..fe5cd04 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -74,7 +74,7 @@ our %WebConfig=( My::Web::top_dir()."/project/"=>"Projects", "http://cvs.jankratochvil.net/"=>"CVS", # My::Web::top_dir()."/News.html.pl"=>"News", - My::Web::top_dir()."/Resume/"=>"Resume", + My::Web::top_dir()."/resume/"=>"Resume", My::Web::top_dir()."/Contact.html.pl"=>"Contact", ); while (@sections) { -- 1.8.3.1