move to oc6 documentation

This commit is contained in:
Thomas Müller 2013-11-04 22:50:12 +01:00
parent b767bbcdda
commit 01f2b7eb3a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class OC_Helper {
*/
public static function linkToDocs($key) {
$theme = new OC_Defaults();
return $theme->getDocBaseUrl() . '/server/5.0/go.php?to=' . $key;
return $theme->getDocBaseUrl() . '/server/6.0/go.php?to=' . $key;
}
/**