Skip to content
Snippets Groups Projects
Commit 7c89309e authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

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

move to oc6 documentation
parents d428b0d9 01f2b7eb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment