Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://www.arc.network/">
<a href="https://www.arc.io/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/arc-logo-light.svg">
<img alt="Arc" src="docs/assets/arc-logo-dark.svg" width="auto" height="120">
Expand All @@ -10,7 +10,7 @@
<p align="center">The Economic OS for the internet</p>

<p align="center">
<a href="https://www.arc.network/"><img src="https://img.shields.io/badge/Website-arc.network-blue" alt="Website"></a>
<a href="https://www.arc.io/"><img src="https://img.shields.io/badge/Website-arc.io-blue" alt="Website"></a>
</p>

> [!IMPORTANT]
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/quake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Quake is a tool for deploying Arc testnets and running end-to-end tests.

> **Quake testnets vs. the Arc Testnet:** Arc has a public, persistent
> [Testnet](https://docs.arc.network/arc/tutorials/deploy-on-arc) open to
> [Testnet](https://docs.arc.io/arc/tutorials/deploy-on-arc) open to
> external developers and validators. Quake testnets are different: they are
> private, ephemeral networks spun up on demand for development and CI, then
> torn down when testing is complete. All mentions of "testnet" in this
Expand Down
Loading