From 625a8bef23f592399fc0c646cf8618620f5f91c4 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Sun, 28 Jan 2024 18:00:33 +0100 Subject: [PATCH] Update links in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 504dc99..e3e4850 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ThrowErrorException", "TriggerExceptionError" ], - "homepage": "https://github.com/opencultureconsulting/php-basics", + "homepage": "https://opencultureconsulting.github.io/php-basics/", "readme": "README.md", "license": "GPL-3.0-or-later", "authors": [ @@ -30,7 +30,7 @@ "support": { "issues": "https://github.com/opencultureconsulting/php-basics/issues", "source": "https://github.com/opencultureconsulting/php-basics", - "docs": "https://github.com/opencultureconsulting/php-basics/blob/main/README.md" + "docs": "https://opencultureconsulting.github.io/php-basics/" }, "require": { "php": "^8.0"