From 87afb489b47d0f8e02aeff8b415f9885111a5b16 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Wed, 5 Sep 2007 20:34:44 +0000 Subject: [PATCH] Redirect changed to correct url. --- website/apps/frontend/modules/main/actions/actions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/apps/frontend/modules/main/actions/actions.class.php b/website/apps/frontend/modules/main/actions/actions.class.php index 9d4b33101..3b5d88055 100644 --- a/website/apps/frontend/modules/main/actions/actions.class.php +++ b/website/apps/frontend/modules/main/actions/actions.class.php @@ -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()