diff --git a/docs/AUDIT-PREPARATION.md b/docs/AUDIT-PREPARATION.md index 681011e..89bfcdb 100644 --- a/docs/AUDIT-PREPARATION.md +++ b/docs/AUDIT-PREPARATION.md @@ -427,7 +427,7 @@ BASE Mainnet ## Contact and Access -**Repository:** [github.com/realityinspector/proteus-markets](https://github.com/realityinspector/proteus-markets) +**Repository:** [github.com/timepointai/proteus](https://github.com/timepointai/proteus) **Testnet Explorer:** https://sepolia.basescan.org/ **Verified Contracts:** diff --git a/docs/SETUP.md b/docs/SETUP.md index 37b7c84..33a7860 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -12,8 +12,8 @@ ## 1. Clone and Install ```bash -git clone https://github.com/realityinspector/proteus-markets.git -cd proteus-markets +git clone https://github.com/timepointai/proteus.git +cd proteus # Install Node dependencies npm install diff --git a/docs/archive/GOVERNANCE.md b/docs/archive/GOVERNANCE.md index 647cece..e6d5ee9 100644 --- a/docs/archive/GOVERNANCE.md +++ b/docs/archive/GOVERNANCE.md @@ -223,7 +223,7 @@ Proteus transitions from centralized to fully distributed governance through imm ### Quick Setup ```bash # Clone and setup -git clone https://github.com/proteus-markets/contracts +git clone https://github.com/timepointai/proteus cd contracts npm install