From b7aa10be205e506bec06438897dd4044d4b90198 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 27 Dec 2025 17:22:41 +0100 Subject: [PATCH] fix demo URL for Rybbit (#1871) - ref: #1 - `https://demo.rybbit.io/21/ : HTTPSConnectionPool(host='demo.rybbit.io', port=443): Max retries exceeded with url: /21/ (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1000)')))` - GitHub Demo link leads to new site --- software/rybbit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/rybbit.yml b/software/rybbit.yml index e5689f3c93..b4a26e1df3 100644 --- a/software/rybbit.yml +++ b/software/rybbit.yml @@ -1,5 +1,5 @@ name: Rybbit -website_url: https://rybbit.io +website_url: https://rybbit.com/ source_code_url: https://github.com/rybbit-io/rybbit description: Web and products analytics that is easy to setup and more intuitive (alternative to Google Analytics). licenses: @@ -8,7 +8,7 @@ platforms: - Docker tags: - Analytics -demo_url: https://demo.rybbit.io/21/ +demo_url: https://demo.rybbit.com/1 stargazers_count: 10560 updated_at: '2025-12-24' archived: false