]> source.dussan.org Git - nextcloud-server.git/commitdiff
move to oc6 documentation
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 4 Nov 2013 21:50:12 +0000 (22:50 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 4 Nov 2013 21:50:12 +0000 (22:50 +0100)
lib/private/helper.php

index fca08adca8bcc33faf04a853731b26ab54eb20e1..c6f0080d5eb8294e5ba89f21db9bf5ed6028c64e 100644 (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;
        }
 
        /**