Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9315df1 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'fixes-to-defaults' into 'master'

Updated documentation url to nc 21

See merge request e/infra/nextcloud-theme!41
parents 3c5e7131 7cb82bb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ class OC_Theme {
	 * @return string documentation link
	 */
	public function buildDocLinkToKey($key) {
		return $this->getDocBaseUrl() . '/server/15/go.php?to=' . $key;
		return $this->getDocBaseUrl() . '/server/21/go.php?to=' . $key;
	}