Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-05-03 11:02:41 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-05-03 11:02:41 +0300
commitb07002436d1e4c9ec5860b0d0b36352111242885 (patch)
tree30e72b87ecc8c2784fc80b9137ec9ee5247b20bb /strings.php
parent84bcbf63873673d558dac5df8e2f234808ef822f (diff)
latest
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings.php b/strings.php
index 099be3df..8d9c44a5 100644
--- a/strings.php
+++ b/strings.php
@@ -12,7 +12,8 @@ $VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '3.2'; // For use in documentation link
/* DOCUMENTATION */
$DOCUMENTATION_BASE = 'https://docs.nextcloud.com';
$DOCUMENTATION_DEVELOPER = $DOCUMENTATION_BASE.'/server/latest/developer_manual/';
-$DOCUMENTATION_ADMIN = $DOCUMENTATION_BASE.'/server/'.$VERSIONS_SERVER_MAJOR_STABLE.'/admin_manual/';
+// we use latest instead of .$VERSIONS_SERVER_MAJOR_STABLE - also to make sure that's what people link each other to ;-) we have too many outdated links on the web...
+$DOCUMENTATION_ADMIN = $DOCUMENTATION_BASE.'/server/latest/admin_manual/';
$DOCUMENTATION_USER = $DOCUMENTATION_BASE.'/server/latest/user_manual/en/';
$DOCUMENTATION_BUGTRACKER = $DOCUMENTATION_BASE.'/server/latest/developer_manual/prologue/bugtracker/';
$DOCUMENTATION_CLIENT_DESKTOP = $DOCUMENTATION_BASE.'/desktop/'.$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT;