Updated doc link version in default theme from 9 to 11

pull/1933/head
Philip Allgaier 9 years ago committed by GitHub
parent 0a2e2f70f6
commit 9ad735417f
  1. 2
      themes/example/defaults.php

@ -139,7 +139,7 @@ class OC_Theme {
}
public function buildDocLinkToKey($key) {
return $this->getDocBaseUrl() . '/server/9/go.php?to=' . $key;
return $this->getDocBaseUrl() . '/server/11/go.php?to=' . $key;
}

Loading…
Cancel
Save