From 7eac19682c67a2690ea799e0f9e8a0647e92dc5a 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:17:50 +0100
Subject: [PATCH] Update base.php

---
 lib/base.php | 1 -
 1 file changed, 1 deletion(-)

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