From 897ad3793fca748177900490222836841144d96e Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Fri, 7 Mar 2025 21:33:35 +0100 Subject: [PATCH] update website of pimcore (#1177) - ref: #1 - `https://www.pimcore.org/ : HTTPSConnectionPool(host='www.pimcore.org', port=443): Max retries exceeded with url: / (Caused by NameResolutionError(": Failed to resolve 'www.pimcore.org' ([Errno -5] No address associated with hostname)"))` - Domain was moved from .org to .com --- software/pimcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/pimcore.yml b/software/pimcore.yml index 79cbe2196d..61936e381b 100644 --- a/software/pimcore.yml +++ b/software/pimcore.yml @@ -1,5 +1,5 @@ name: Pimcore -website_url: https://www.pimcore.org/ +website_url: http://www.pimcore.com/ description: Multi-Channel Experience and Engagement Management Platform. licenses: - GPL-3.0