From cadaf65e709722a984c286def12f0133bacac1cb Mon Sep 17 00:00:00 2001 From: mukminn Date: Sun, 11 Jan 2026 08:24:58 +0700 Subject: [PATCH] docs: fix README badges for base/reth --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f9f63c2d04..b84f6ac9f2a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # reth -[![bench status](https://github.com/paradigmxyz/reth/actions/workflows/bench.yml/badge.svg)](https://github.com/paradigmxyz/reth/actions/workflows/bench.yml) -[![CI status](https://github.com/paradigmxyz/reth/workflows/unit/badge.svg)][gh-ci] -[![cargo-lint status](https://github.com/paradigmxyz/reth/actions/workflows/lint.yml/badge.svg)][gh-lint] +[![bench status](https://github.com/base/reth/actions/workflows/bench.yml/badge.svg)](https://github.com/base/reth/actions/workflows/bench.yml) +[![CI status](https://github.com/base/reth/workflows/unit/badge.svg)][gh-ci] +[![cargo-lint status](https://github.com/base/reth/actions/workflows/lint.yml/badge.svg)][gh-lint] [![Telegram Chat][tg-badge]][tg-url] **Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol** @@ -14,8 +14,8 @@ | [Developer Docs](./docs) | [Crate Docs](https://reth.rs/docs) -[gh-ci]: https://github.com/paradigmxyz/reth/actions/workflows/unit.yml -[gh-lint]: https://github.com/paradigmxyz/reth/actions/workflows/lint.yml +[gh-ci]: https://github.com/base/reth/actions/workflows/unit.yml +[gh-lint]: https://github.com/base/reth/actions/workflows/lint.yml [tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fparadigm%5Freth ## What is Reth?