From 42e9a0e4424a383fdc2cea710c7c8889ddf6b725 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.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5067c90..fe4eba9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,9 +13,9 @@ maintainers = ["Benoit"] [upstream] license = "GPL-3.0-or-later" -website = "http://www.phpservermonitor.org/" +website = "https://www.phpservermonitor.org/" code = "https://github.com/phpservermon/phpservermon/" -admindoc = "http://docs.phpservermonitor.org/en/latest/" +admindoc = "https://docs.phpservermonitor.org/en/latest/" fund = "https://github.com/sponsors/TimZ99" [integration]