From 615757260b74bca0b71f5b0ea594c74ab8802ed9 Mon Sep 17 00:00:00 2001 From: realityinspector Date: Mon, 9 Mar 2026 16:53:30 -0600 Subject: [PATCH] fix stale repo references: realityinspector/proteus-markets -> timepointai/proteus --- docs/AUDIT-PREPARATION.md | 2 +- docs/SETUP.md | 4 ++-- docs/archive/GOVERNANCE.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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