diff --git a/settings/help.php b/settings/help.php
index cdf0c549e449a3c3f992c7469de4e845890293cd..cd3d615425ca1b651a153c207f1936b2cf603d08 100644
--- a/settings/help.php
+++ b/settings/help.php
@@ -14,11 +14,11 @@ OC_App::setActiveNavigationEntry( "help" );
 
 
 if(isset($_GET['mode']) and $_GET['mode']=='admin') {
-	$url=OC_Helper::linkToAbsolute( 'core', 'docu/admin' );
+	$url=OC_Helper::linkToAbsolute( 'core', 'doc/admin' );
 	$style1='';
 	$style2=' pressed';
 }else{
-	$url=OC_Helper::linkToAbsolute( 'core', 'docu/user' );
+	$url=OC_Helper::linkToAbsolute( 'core', 'doc/user' );
 	$style1=' pressed';
 	$style2='';
 }