diff --git a/README.md b/README.md index 52132a2e..5389ae49 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This system periodically checks the health and accuracy of price oracle adapters 1. Clone the repository with submodules: ```bash -git clone --recurse-submodules https://github.com/objectivedefi/oracle-checks.git +git clone --recurse-submodules https://github.com/euler-xyz/oracle-checks.git cd oracle-checks ``` diff --git a/package.json b/package.json index f291a617..4fe5e5ac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "GPL-3.0-only", "repository": { "type": "git", - "url": "git+https://github.com/objectivedefi/oracle-checks.git" + "url": "git+https://github.com/euler-xyz/oracle-checks.git" }, "devDependencies": { "@swc-node/register": "^1.10.9",