diff options
-rw-r--r-- | core/doc/admin/index.html (renamed from core/doc/admin/index.php) | 0 | ||||
-rw-r--r-- | core/doc/user/index.html (renamed from core/doc/user/index.php) | 0 | ||||
-rw-r--r-- | settings/help.php | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/core/doc/admin/index.php b/core/doc/admin/index.html index 7785f2ce2f1..7785f2ce2f1 100644 --- a/core/doc/admin/index.php +++ b/core/doc/admin/index.html diff --git a/core/doc/user/index.php b/core/doc/user/index.html index ede62f05aee..ede62f05aee 100644 --- a/core/doc/user/index.php +++ b/core/doc/user/index.html 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=''; } |