Merge pull request #5691 from owncloud/switch-to-oc6-documentation

move to oc6 documentation
This commit is contained in:
blizzz 2013-11-05 08:22:26 -08:00
commit 7c89309e26
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;
}
/**