From e7c288a7197d4bc7f95d88872337d3cde6776a85 Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Fri, 14 Dec 2012 15:25:52 +0100
Subject: [PATCH] fixing links docu/ ->doc/

---
 settings/help.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/help.php b/settings/help.php
index cdf0c549e4..cd3d615425 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='';
 }
-- 
GitLab