From 23fd22b0dd221f390675a17401cf4547560cfb89 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Team <508704820@qq.com> Date: Fri, 1 May 2026 19:42:34 +0800 Subject: [PATCH 1/3] Fix broken link in IMPLEMENTATION_SUMMARY.md - [siyu-s] --- IMPLEMENTATION_SUMMARY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 1c554ad82d56d381a942290d0443e57dce794f93 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Team <508704820@qq.com> Date: Fri, 1 May 2026 19:47:52 +0800 Subject: [PATCH 2/3] Fix broken relative link in bridge/README.md - [siyu-s] --- bridge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7ff8b4f42d40e6dcf30343e590146e4c5091defa Mon Sep 17 00:00:00 2001 From: Xeophon <508704820@qq.com> Date: Fri, 1 May 2026 19:49:39 +0800 Subject: [PATCH 3/3] Fix broken relative link in homebrew/BCOS-INSTALL.md - [siyu-s] --- homebrew/BCOS-INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ---