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

Commit 1415e5a7 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/fix-nc31-link' into 'main'

doc link updated

See merge request !223
parents dc142611 141fc657
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -129,7 +129,7 @@ class OC_Theme {
	 * @return string documentation link
	 * @return string documentation link
	 */
	 */
	public function buildDocLinkToKey($key) {
	public function buildDocLinkToKey($key) {
		return $this->getDocBaseUrl() . '/server/30/go.php?to=' . $key;
		return $this->getDocBaseUrl() . '/server/31/go.php?to=' . $key;
	}
	}