]> mj.ucw.cz Git - pciids.git/commitdiff
Main page is /
authorMichal Vaner <vorner@ucw.cz>
Mon, 8 Sep 2008 20:13:08 +0000 (22:13 +0200)
committerMichal Vaner <vorner@ucw.cz>
Mon, 8 Sep 2008 20:13:08 +0000 (22:13 +0200)
that url is slightly nicer

PciIds/Html/Util.pm

index 608a4f7c3e36d09476ca8b7b47a21137642077cd..7d838084cadd9652dd7524fc20f949e8e4fb80ec 100644 (file)
@@ -206,7 +206,7 @@ sub genPathBare( $$$$ ) {
 sub genPath( $$$ ) {
        my( $req, $address, $printAddr ) = @_;
        print "<div class='path'>\n";
-       print "<p><a href='/index.html'>Main</a>";
+       print "<p><a href='/'>Main</a>";
        genPathBare( $req, $address, $printAddr, 1 );
        print "</div>\n";
 }