SVN commit 669290 by danimo: moved to techbase M +2 -0 404.php D gettingstarted (directory) --- trunk/www/sites/developer/404.php #669289:669290 @@ -6,6 +6,8 @@ #doesn't work if classmapper is called with get params $handler->add("/documentation/library/classmapper.php", "http://api.kde.org/classmapper.php"); +$handler->add("/gettingstarted", "http://techbase.kde.org/Getting_Started"); + $handler->addDir("/isv", "http://techbase.kde.org/ISV"); $handler->addDir("/tools", "http://techbase.kde.org/Development/Tools"); $handler->addDir("/build", "http://techbase.kde.org/Getting_Started/Build");