diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-03-08 09:51:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 09:51:35 +0100 |
commit | a4fd78a0119f86828c6fa97f98e89ae18308bea9 (patch) | |
tree | 786ea61707a4d69e1a2778bbd6b503f63c2f5406 | |
parent | 95bc1a0198bdd580679315cf144c8451c4056d57 (diff) | |
parent | 8e14d232d497f19c57955c7cab591f87f518f7d3 (diff) | |
download | nextcloud-server-a4fd78a0119f86828c6fa97f98e89ae18308bea9.tar.gz nextcloud-server-a4fd78a0119f86828c6fa97f98e89ae18308bea9.zip |
Merge pull request #14601 from nextcloud/backport/14590/stable15
[stable15] Update index.php
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index 7eabe64c160..3aa16b25908 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * * Your webserver seems to be not configured to use PHP or PHP is not installed. * Please contact your administrator or follow our documentation: - * https://docs.nextcloud.com/server/13/admin_manual/installation/source_installation.html + * https://docs.nextcloud.com/server/15/admin_manual/installation/source_installation.html * * @copyright Copyright (c) 2016, ownCloud, Inc. * |