From caa455f38160e1eebdf8f2e93d90db06eeec8b93 Mon Sep 17 00:00:00 2001 From: "Sharad." Date: Sun, 13 Sep 2026 08:18:13 +0000 Subject: [PATCH] chore: update package.json links to processing org Point repository and bugs URLs at processing/processing-website instead of the legacy DSI fork. Fixes #681 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c9f9649..3fcf6d3b 100755 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ "browserslist": "last 2 versions, >0.5%", "repository": { "type": "git", - "url": "https://github.com/designsystemsinternational/processing-website" + "url": "https://github.com/processing/processing-website" }, "bugs": { - "url": "https://github.com/designsystemsinternational/processing-website/issues" + "url": "https://github.com/processing/processing-website/issues" }, "scripts": { "dev": "gatsby develop -H 0.0.0.0",