1
0
mirror of synced 2025-01-19 06:51:40 +03:00

Redirect changed to correct url.

This commit is contained in:
Jonathan.Wage 2007-09-05 20:34:44 +00:00
parent d2a28ab973
commit 87afb489b4

View File

@ -20,7 +20,7 @@ class mainActions extends sfActions
public function executeManual()
{
$this->redirect('http://doctrine.pengus.net/doctrine_trunk/manual/new');
$this->redirect('http://doctrine.pengus.net/doctrine/manual/new');
}
public function executeAbout()