move to oc6 documentation

remotes/origin/stable6
Thomas Müller 2013-11-04 22:50:12 +07:00
parent b767bbcdda
commit 01f2b7eb3a
1 changed files with 1 additions and 1 deletions

@ -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;
}
/**