From e409c75a1f53e323f4703c255cd4aa0f72e9fb5b Mon Sep 17 00:00:00 2001 From: Jan-Felix Date: Mon, 3 Feb 2025 10:29:43 +0100 Subject: [PATCH] fix links --- .github/workflows/cla.yml | 2 +- README.md | 8 ++++---- package.json | 8 ++++---- sdk/package.json | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 4dbaa4c..8800450 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: "signatures/version1/cla.json" - path-to-document: "https://github.com/gnosis/CLA" + path-to-document: "https://github.com/gnosisguild/CLA" # branch should not be protected branch: "cla-signatures" diff --git a/README.md b/README.md index 09c6794..b20654b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Mech -[![Build Status](https://github.com/gnosis/mech/actions/workflows/ci.yml/badge.svg)](https://github.com/gnosis/mech/actions/workflows/ci.yml) -[![Coverage Status](https://coveralls.io/repos/github/gnosis/mech/badge.svg?branch=main&bust=1)](https://coveralls.io/github/gnosis/mech?branch=main) -[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/gnosis/CODE_OF_CONDUCT) +[![Build Status](https://github.com/gnosisguild/mech/actions/workflows/ci.yml/badge.svg)](https://github.com/gnosisguild/mech/actions/workflows/ci.yml) +[![Coverage Status](https://coveralls.io/repos/github/gnosisguild/mech/badge.svg?branch=main&bust=1)](https://coveralls.io/github/gnosisguild/mech?branch=main) +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/gnosisguild/CODE_OF_CONDUCT) Smart account with programmable ownership @@ -18,7 +18,7 @@ Smart account with programmable ownership #### Programmable ownership -- [ZodiacMech.sol](contracts/ZodiacMech.sol): allow enabled [zodiac](https://github.com/gnosis/zodiac) modules to sign transactions on behalf of the Mech +- [ZodiacMech.sol](contracts/ZodiacMech.sol): allow enabled [zodiac](https://github.com/gnosisguild/zodiac) modules to sign transactions on behalf of the Mech - [Mech.sol](contracts/base/Mech.sol): implement custom ownership terms by extending this abstract contract ![mech hierarchy](docs/mech-hierarchy.png) diff --git a/package.json b/package.json index 2c863f7..1fadded 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/gnosis/mech.git" + "url": "git+https://github.com/gnosisguild/mech.git" }, "author": "Gnosis Guild", "license": "LGPL-3.0", "bugs": { - "url": "https://github.com/gnosis/mech/issues" + "url": "https://github.com/gnosisguild/mech/issues" }, - "homepage": "https://github.com/gnosis/mech#readme", + "homepage": "https://github.com/gnosisguild/mech#readme", "devDependencies": { "@ambire/signature-validator": "^1.3.1", "@ethersproject/abi": "^5.7.0", @@ -88,4 +88,4 @@ "@openzeppelin/contracts": "^4.9.3" }, "packageManager": "yarn@3.7.0" -} +} \ No newline at end of file diff --git a/sdk/package.json b/sdk/package.json index 7a36838..4f1a58f 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -22,14 +22,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/gnosis/mech.git" + "url": "git+https://github.com/gnosisguild/mech.git" }, "author": "Gnosis Guild", "license": "LGPL-3.0", "bugs": { - "url": "https://github.com/gnosis/mech/issues" + "url": "https://github.com/gnosisguild/mech/issues" }, - "homepage": "https://github.com/gnosis/mech#readme", + "homepage": "https://github.com/gnosisguild/mech#readme", "devDependencies": { "rimraf": "^4.4.1", "typescript": "^5.2.2" @@ -45,4 +45,4 @@ "viem": "^1.16.5" }, "packageManager": "yarn@3.7.0" -} +} \ No newline at end of file