From 1f1186b604aa4628f396b8bff7ec3d7f8d6cd0ef Mon Sep 17 00:00:00 2001 From: dsfsfssdfsd Date: Mon, 1 Jun 2026 09:19:20 +0800 Subject: [PATCH] fix: update arc.network domain references to arc.io in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 98318c4..123bbfb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- + Arc @@ -10,7 +10,7 @@

The Economic OS for the internet

- Website + Website

> [!IMPORTANT] @@ -29,7 +29,7 @@ Arc is an open EVM-compatible layer 1 built on [Malachite](https://github.com/ci - 🚀 **[Execution](crates/node/README.md)** - Execution binary and configuration - 🗳️ **[Consensus](crates/malachite-app/README.md)** - Consensus binary and configuration -- More: see Arc [developer docs](https://docs.arc.network/arc/concepts/welcome-to-arc) for guides, APIs, and specs +- More: see Arc [developer docs](https://docs.arc.io/arc/concepts/welcome-to-arc) for guides, APIs, and specs ## Install and Run a Node @@ -187,8 +187,8 @@ For more details, see our [Contributing Guide](CONTRIBUTING.md). ## Resources -- [Arc Network](https://www.arc.network/) - Official Arc Network website -- [Arc Documentation](https://docs.arc.network/) - Official Arc developer documentation +- [Arc Network](https://www.arc.io/) - Official Arc Network website +- [Arc Documentation](https://docs.arc.io/) - Official Arc developer documentation - [Reth](https://github.com/paradigmxyz/reth) - The underlying execution layer framework - [Malachite](https://github.com/circlefin/malachite) - BFT consensus engine - [Local Documentation](docs/) - Implementation guides and references