From 82b0cd2e7a8a22ad5d447f92b89ba777fd80ebdf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Molakvo=C3=A6?= <skjnldsv@users.noreply.github.com>
Date: Sat, 28 Mar 2020 16:19:01 +0100
Subject: [PATCH] Update base.php

---
 lib/base.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/base.php b/lib/base.php
index 943eb7cffcf..6dc08510a7b 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -261,8 +261,7 @@ class OC {
 			} else {
 				OC_Template::printErrorPage(
 					$l->t('Cannot write into "config" directory!'),
-					$l->t('This can usually be fixed by giving the webserver write access to the config directory. See %s',
-					[ $urlGenerator->linkToDocs('admin-dir_permissions') ]) . '. '
+					$l->t('This can usually be fixed by giving the webserver write access to the config directory.') . '. '
 					. $l->t('Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it. See %s',
 					[ $urlGenerator->linkToDocs('admin-config') ] ),
 					503
-- 
GitLab