From d54695c066e706e740fd57dd14d6465eeeaaadbf Mon Sep 17 00:00:00 2001 From: hexagon6 Date: Thu, 16 Oct 2025 08:35:43 +0200 Subject: [PATCH] Update package.json - homepage 404 "homepage" entry has a link to a page that does not exist anymore. This change follows up on the migrated webpage version so `npm info @inrupt/solid-client` shows a valid link to solid-client-js documentation. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5046094eb..01bf815ec7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "linked data", "turtle" ], - "homepage": "https://docs.inrupt.com/client-libraries/solid-client-js/", + "homepage": "https://inrupt.github.io/solid-client-js/", "bugs": "https://github.com/inrupt/solid-client-js/issues", "main": "dist/index.js", "module": "dist/index.es.js",