From 1a80d67126634e04cbf6dbd56e50bd3e2c384489 Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Sat, 9 Dec 2023 11:23:20 +0100 Subject: [PATCH] chore: fix the url in the package json --- projects/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/components/package.json b/projects/components/package.json index 7a25054..00c14dd 100644 --- a/projects/components/package.json +++ b/projects/components/package.json @@ -4,7 +4,7 @@ "author": "Thomas Renger", "repository": { "type": "git", - "url": "https://github.com/bolzplatzarena/Components" + "url": "https://bolzplatzarena.github.io/Components/browser" }, "bugs": { "url": "https://github.com/bolzplatzarena/Components/issues"