Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Feb 3, 2025
1 parent 0bc8525 commit e409c75
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -88,4 +88,4 @@
"@openzeppelin/contracts": "^4.9.3"
},
"packageManager": "[email protected]"
}
}
8 changes: 4 additions & 4 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -45,4 +45,4 @@
"viem": "^1.16.5"
},
"packageManager": "[email protected]"
}
}

0 comments on commit e409c75

Please sign in to comment.