From 05c2609db7af189451acf108fe26d079a05b8fa6 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:06:39 +0100 Subject: [PATCH] Fix URLs in manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 04e5033..272d294 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "url": "www.phpservermonitor.org", "upstream": { "license": "GPL-3.0-or-later", - "website": "www.phpservermonitor.org", - "admindoc": "http://docs.phpservermonitor.org/en/latest/", + "website": "https://www.phpservermonitor.org/", + "admindoc": "https://docs.phpservermonitor.org/en/latest/", "userdoc": "https://yunohost.org/apps", "code": "https://github.com/phpservermon/phpservermon/", "cpe": "cpe:2.3:a:phpservermonitor:php_server_monitor" @@ -54,4 +54,4 @@ } ] } -} \ No newline at end of file +}