Skip to content

Commit

Permalink
Merge pull request #1933 from spacegaier/patch-1
Browse files Browse the repository at this point in the history
Updated doc link version in default theme from 9 to 11
  • Loading branch information
LukasReschke authored Oct 27, 2016
2 parents 0a2e2f7 + 9ad7354 commit ba2b274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/example/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getLongFooter() {
}

public function buildDocLinkToKey($key) {
return $this->getDocBaseUrl() . '/server/9/go.php?to=' . $key;
return $this->getDocBaseUrl() . '/server/11/go.php?to=' . $key;
}


Expand Down

0 comments on commit ba2b274

Please sign in to comment.