From 9eb7dd6913b082f1a6a954279ad947aadbfd56a3 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 12 Oct 2020 15:15:05 -0400 Subject: [PATCH] Update doc links --- config/phpvms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/phpvms.php b/config/phpvms.php index 6baf8b08..78bd4943 100644 --- a/config/phpvms.php +++ b/config/phpvms.php @@ -106,7 +106,7 @@ return [ * The links to various docs on the documentation site */ 'docs' => [ - 'root' => 'http://docs.phpvms.net', + 'root' => 'https://docs.phpvms.net', 'cron' => '/installation/cron', 'finances' => '/concepts/finances', 'importing_legacy' => '/installation/importing',