diff --git a/IMPLEMENTATION_SUMMARY.md b/IMPLEMENTATION_SUMMARY.md index 512bd27d6..8ff6d9c8c 100644 --- a/IMPLEMENTATION_SUMMARY.md +++ b/IMPLEMENTATION_SUMMARY.md @@ -44,7 +44,7 @@ This implementation delivers **real integration** of retro console mining into R ### 4. Documentation ✅ **Files Created:** -- `rips/docs/RIP-0683-console-bridge-integration.md` - Full specification +- `docs/CONSOLE_MINING_SETUP.md` - Full specification - `docs/CONSOLE_MINING_SETUP.md` - User setup guide - `IMPLEMENTATION_SUMMARY.md` - This file @@ -197,7 +197,7 @@ Assuming 10 total miners, 3 in retro_console bucket: ## References -- [RIP-0683 Specification](rips/docs/RIP-0683-console-bridge-integration.md) +- [RIP-0683 Specification](docs/CONSOLE_MINING_SETUP.md) - [RIP-0304: Original Console Mining Spec](rips/docs/RIP-0304-retro-console-mining.md) - [RIP-201: Fleet Immune System](rips/docs/RIP-0201-fleet-immune-system.md) - [Legend of Elya](https://github.com/ilya-kh/legend-of-elya) - N64 neural network demo diff --git a/bridge/README.md b/bridge/README.md index f76538ef4..26f6a3b98 100644 --- a/bridge/README.md +++ b/bridge/README.md @@ -2,7 +2,7 @@ Cross-chain bridge endpoints for wRTC (Wrapped RTC) on Solana + Base L2. -Part of [RIP-305: Cross-Chain Airdrop Protocol](../../docs/RIP-305-cross-chain-airdrop.md). +Part of [RIP-305: Cross-Chain Airdrop Protocol](../docs/RIP-305-cross-chain-airdrop.md). ## Overview diff --git a/homebrew/BCOS-INSTALL.md b/homebrew/BCOS-INSTALL.md index 1b9c24c8b..c3ef803d5 100644 --- a/homebrew/BCOS-INSTALL.md +++ b/homebrew/BCOS-INSTALL.md @@ -420,7 +420,7 @@ jobs: - [Homebrew Formula Cookbook](https://docs.brew.sh/Formula-Cookbook) - [RustChain Repository](https://github.com/Scottcjn/Rustchain) -- [BCOS Documentation](BCOS.md) +- [BCOS Documentation](../BCOS.md) - [Issue #2293](https://github.com/rustchain-bounties/rustchain-bounties/issues/2293) ---