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

Verified Commit 262b109d authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

fix: set NC version to 30 for documentation

parent c6672e3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ class OC_Theme {
	 * @return string documentation link
	 */
	public function buildDocLinkToKey($key) {
		return $this->getDocBaseUrl() . '/server/29/go.php?to=' . $key;
		return $this->getDocBaseUrl() . '/server/30/go.php?to=' . $key;
	}