Skip to content

Commit 2992114

Browse files
docs(readme): fix all broken badges and org name references
- Replace Shields.io workflow-status proxy badges with GitHub native SVGs (fixes CI and Security showing 'repo or workflow not found') - Remove Codecov badge (no Codecov configured, showed 'unknown') - Replace Discord metric badge with static badge (metric badge requires numeric guild ID, showed 'invalid') - Fix org name: AethelredFoundation -> aethelred-foundation throughout all links (clone URL, ecosystem repos, AIPs, bug reports) - Point Security badge to security-scans.yml (comprehensive scan) - Point Docs badge to live GitHub Pages URL - Add testnet-launch status badge - Fix Go version: 1.22+ -> 1.24+
1 parent 54785ad commit 2992114

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</p>
1111

1212
<p align="center">
13-
<a href="https://github.com/AethelredFoundation/aethelred/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/aethelred/aethelred/ci.yml?branch=main&style=flat-square&label=CI&logo=github" alt="CI"></a>
14-
<a href="https://github.com/AethelredFoundation/aethelred/actions/workflows/security.yml"><img src="https://img.shields.io/github/actions/workflow/status/aethelred/aethelred/security.yml?branch=main&style=flat-square&label=Security&logo=shield" alt="Security"></a>
15-
<a href="https://codecov.io/gh/aethelred/aethelred"><img src="https://img.shields.io/codecov/c/github/aethelred/aethelred?style=flat-square&logo=codecov" alt="Coverage"></a>
13+
<a href="https://github.com/aethelred-foundation/aethelred/actions/workflows/ci.yml"><img src="https://github.com/aethelred-foundation/aethelred/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
14+
<a href="https://github.com/aethelred-foundation/aethelred/actions/workflows/security-scans.yml"><img src="https://github.com/aethelred-foundation/aethelred/actions/workflows/security-scans.yml/badge.svg" alt="Security"></a>
15+
<img src="https://img.shields.io/badge/status-testnet%20launch-0e8a16?style=flat-square" alt="Status: Testnet Launch">
1616
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue?style=flat-square" alt="License"></a>
17-
<a href="https://discord.gg/aethelred"><img src="https://img.shields.io/discord/aethelred?style=flat-square&logo=discord&label=Discord&color=5865F2" alt="Discord"></a>
18-
<a href="https://docs.aethelred.io"><img src="https://img.shields.io/badge/docs-aethelred.io-orange?style=flat-square" alt="Docs"></a>
19-
<a href="https://github.com/AethelredFoundation/AIPs"><img src="https://img.shields.io/badge/AIPs-proposals-purple?style=flat-square" alt="AIPs"></a>
17+
<a href="https://discord.gg/aethelred"><img src="https://img.shields.io/badge/Discord-community-5865F2?style=flat-square&logo=discord" alt="Discord"></a>
18+
<a href="https://aethelred-foundation.github.io/aethelred/"><img src="https://img.shields.io/badge/docs-aethelred.io-orange?style=flat-square" alt="Docs"></a>
19+
<a href="https://github.com/aethelred-foundation/AIPs"><img src="https://img.shields.io/badge/AIPs-proposals-purple?style=flat-square" alt="AIPs"></a>
2020
</p>
2121

2222
---
@@ -99,11 +99,11 @@ aethelred/
9999

100100
## Quick Start
101101

102-
**Requirements**: Go 1.22+, Rust 1.75+, Docker
102+
**Requirements**: Go 1.24+, Rust 1.75+, Docker
103103

104104
```bash
105105
# 1. Clone
106-
git clone https://github.com/AethelredFoundation/aethelred.git && cd aethelred
106+
git clone https://github.com/aethelred-foundation/aethelred.git && cd aethelred
107107

108108
# 2. Start local testnet (4 validators, Docker)
109109
make local-testnet-up
@@ -127,15 +127,15 @@ aethel tx pouw submit-job \
127127

128128
| Repo | Description |
129129
|---|---|
130-
| [aethelred/contracts](https://github.com/AethelredFoundation/contracts) | Solidity bridge + staking contracts |
131-
| [aethelred/aethelred-sdk-ts](https://github.com/AethelredFoundation/aethelred-sdk-ts) | TypeScript SDK |
132-
| [aethelred/aethelred-sdk-py](https://github.com/AethelredFoundation/aethelred-sdk-py) | Python SDK |
133-
| [aethelred/aethelred-sdk-go](https://github.com/AethelredFoundation/aethelred-sdk-go) | Go SDK |
134-
| [aethelred/aethelred-sdk-rs](https://github.com/AethelredFoundation/aethelred-sdk-rs) | Rust SDK |
135-
| [aethelred/aethelred-cli](https://github.com/AethelredFoundation/aethelred-cli) | `aethel` CLI |
136-
| [aethelred/vscode-aethelred](https://github.com/AethelredFoundation/vscode-aethelred) | VSCode extension |
137-
| [aethelred/aethelred-docs](https://github.com/AethelredFoundation/aethelred-docs) | Documentation site |
138-
| [aethelred/AIPs](https://github.com/AethelredFoundation/AIPs) | Aethelred Improvement Proposals |
130+
| [contracts](https://github.com/aethelred-foundation/contracts) | Solidity bridge + staking contracts |
131+
| [aethelred-sdk-ts](https://github.com/aethelred-foundation/aethelred-sdk-ts) | TypeScript SDK |
132+
| [aethelred-sdk-py](https://github.com/aethelred-foundation/aethelred-sdk-py) | Python SDK |
133+
| [aethelred-sdk-go](https://github.com/aethelred-foundation/aethelred-sdk-go) | Go SDK |
134+
| [aethelred-sdk-rs](https://github.com/aethelred-foundation/aethelred-sdk-rs) | Rust SDK |
135+
| [aethelred-cli](https://github.com/aethelred-foundation/aethelred-cli) | `aethel` CLI |
136+
| [vscode-aethelred](https://github.com/aethelred-foundation/vscode-aethelred) | VSCode extension |
137+
| [aethelred-docs](https://github.com/aethelred-foundation/aethelred-docs) | Documentation site |
138+
| [AIPs](https://github.com/aethelred-foundation/AIPs) | Aethelred Improvement Proposals |
139139

140140
---
141141

@@ -173,9 +173,9 @@ Found a vulnerability? See [SECURITY.md](SECURITY.md).
173173

174174
We welcome contributions! Please read [CONTRIBUTING.md](CONTRIBUTING.md) first.
175175

176-
- [Aethelred Improvement Proposals](https://github.com/AethelredFoundation/AIPs)
176+
- [Aethelred Improvement Proposals](https://github.com/aethelred-foundation/AIPs)
177177
- [Discord](https://discord.gg/aethelred)
178-
- [Bug Reports](https://github.com/AethelredFoundation/aethelred/issues/new?template=bug_report.md)
178+
- [Bug Reports](https://github.com/aethelred-foundation/aethelred/issues/new?template=bug_report.md)
179179

180180
---
181181

0 commit comments

Comments
 (0)