diff --git a/app/View/Home/home.ctp b/app/View/Home/home.ctp
index b062f6b..985c477 100755
--- a/app/View/Home/home.ctp
+++ b/app/View/Home/home.ctp
@@ -19,7 +19,7 @@
echo $this->Form->end();
echo "
";
if(!$isLoggedin){
- echo $this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'main'),array("class" => "btn btn-primary"));
+ echo $this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'worker'),array("class" => "btn btn-primary"));
echo "
";
echo "
";
}