From cf5c742dcf1e4cb82c2966c352479e27cf075a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Wed, 24 Jul 2024 20:17:00 +0200 Subject: [PATCH] fix: broken links --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6196cf28..3501dc8d 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "version": "1.0.0", "private": true, "description": "Balancer CoW AMM", - "homepage": "https://github.com/balancer-labs/cow-amm#readme", + "homepage": "https://github.com/balancer/cow-amm#readme", "bugs": { - "url": "https://github.com/balancer-labs/cow-amm/issues" + "url": "https://github.com/balancer/cow-amm/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/balancer-labs/cow-amm.git" + "url": "git+https://github.com/balancer/cow-amm.git" }, "license": "GPL-3.0-or-later", "scripts": {