diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index be8533d..15241c7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ Thanks for your interest in contributing. This guide covers the setup, workflow,
## Setup
```bash
-git clone https://github.com/AlexandreBenoit/mpp-inspector.git
+git clone https://github.com/amgb20/MPP-Inspector.git
cd mpp-inspector
npm install
npm run build
diff --git a/README.md b/README.md
index c1037f9..9ef9059 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
-
+
@@ -185,7 +185,7 @@ mpp-inspector flow http://localhost:3402/v1/query --dry-run
### Development setup (from source)
```bash
-git clone https://github.com/AlexandreBenoit/mpp-inspector.git
+git clone https://github.com/amgb20/MPP-Inspector.git
cd mpp-inspector && npm install
# build everything
@@ -710,7 +710,7 @@ Use `--testnet` for testnet. Use `--rpc ` to override.
## `> dev`
```bash
-git clone https://github.com/AlexandreBenoit/mpp-inspector.git
+git clone https://github.com/amgb20/MPP-Inspector.git
cd mpp-inspector && npm install
npm run build # compile CLI
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 325072d..0a06e60 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -46,12 +46,12 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/AlexandreBenoit/mpp-inspector.git",
+ "url": "https://github.com/amgb20/MPP-Inspector.git",
"directory": "packages/cli"
},
- "homepage": "https://github.com/AlexandreBenoit/mpp-inspector#readme",
+ "homepage": "https://github.com/amgb20/MPP-Inspector#readme",
"bugs": {
- "url": "https://github.com/AlexandreBenoit/mpp-inspector/issues"
+ "url": "https://github.com/amgb20/MPP-Inspector/issues"
},
"engines": {
"node": ">=20.0.0"
diff --git a/packages/mock-server/package.json b/packages/mock-server/package.json
index a794ef5..d59758a 100644
--- a/packages/mock-server/package.json
+++ b/packages/mock-server/package.json
@@ -35,7 +35,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/AlexandreBenoit/mpp-inspector.git",
+ "url": "https://github.com/amgb20/MPP-Inspector.git",
"directory": "packages/mock-server"
},
"engines": {
diff --git a/packages/plugin/.claude-plugin/plugin.json b/packages/plugin/.claude-plugin/plugin.json
index 5971403..233711a 100644
--- a/packages/plugin/.claude-plugin/plugin.json
+++ b/packages/plugin/.claude-plugin/plugin.json
@@ -4,10 +4,10 @@
"version": "0.1.0",
"author": {
"name": "MPP Inspector Contributors",
- "url": "https://github.com/AlexandreBenoit/mpp-inspector"
+ "url": "https://github.com/amgb20/MPP-Inspector"
},
- "repository": "https://github.com/AlexandreBenoit/mpp-inspector",
- "homepage": "https://github.com/AlexandreBenoit/mpp-inspector#readme",
+ "repository": "https://github.com/amgb20/MPP-Inspector",
+ "homepage": "https://github.com/amgb20/MPP-Inspector#readme",
"license": "MIT",
"keywords": [
"mpp",
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 86eafd8..60ade07 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -34,7 +34,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/AlexandreBenoit/mpp-inspector.git",
+ "url": "https://github.com/amgb20/MPP-Inspector.git",
"directory": "packages/plugin"
},
"engines": {