summaryrefslogtreecommitdiffstats
path: root/settings/help.php
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-08-17 10:33:11 +0200
committerMorris Jobke <morris.jobke@gmail.com>2013-08-17 10:33:11 +0200
commit746d32eb059267799af8c5797850a6843e04d19f (patch)
treeab6ef691b57741dbd072af7190f274ceeff02603 /settings/help.php
parent837cefd8a3a7540b37afb42312f1397baa70c3ac (diff)
downloadnextcloud-server-746d32eb059267799af8c5797850a6843e04d19f.tar.gz
nextcloud-server-746d32eb059267799af8c5797850a6843e04d19f.zip
fix difference between packaged version and master
Diffstat (limited to 'settings/help.php')
-rw-r--r--settings/help.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/help.php b/settings/help.php
index 713b23f7857..88693939b84 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', 'doc/admin' );
+ $url=OC_Helper::linkToAbsolute( 'core', 'doc/admin/index.html' );
$style1='';
$style2=' pressed';
}else{
- $url=OC_Helper::linkToAbsolute( 'core', 'doc/user' );
+ $url=OC_Helper::linkToAbsolute( 'core', 'doc/user/index.html' );
$style1=' pressed';
$style2='';
}