From 5dcbd01c009f9f755cf82ca77ef01b8d56d992f3 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 4 Sep 2020 14:08:14 -0400 Subject: [PATCH] Update links to some docs --- config/phpvms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/phpvms.php b/config/phpvms.php index 11d42f13..6baf8b08 100644 --- a/config/phpvms.php +++ b/config/phpvms.php @@ -107,9 +107,9 @@ return [ */ 'docs' => [ 'root' => 'http://docs.phpvms.net', - 'cron' => '/configuration/cron', + 'cron' => '/installation/cron', 'finances' => '/concepts/finances', - 'importing_legacy' => '/setup/importing-from-v2-v5', + 'importing_legacy' => '/installation/importing', 'load_factor' => '/operations/flights#load-factor', 'subfleets' => '/concepts/basics#subfleets-and-aircraft', ],