From bce39d14a226cb8f86ef728ba68059424c0188fa Mon Sep 17 00:00:00 2001 From: IntelPocik Date: Tue, 7 Oct 2025 16:06:07 +0700 Subject: [PATCH] docs(README.md): add contributing badge and fix header/build-status image links - Added a "Contributing" badge linking to https://github.com/UXDProtocol/anchor/blob/master/CONTRIBUTING.md to improve discoverability of contribution guidelines. - Replaced the old build status image with the GitHub Actions workflow badge (https://github.com/coral-xyz/anchor/actions/workflows/tests.yaml/badge.svg) because the previous CI badge pointed to a non-existent resource. - Updated the header image URL to a working camo.githubusercontent.com link to avoid 404s in README rendering. Rationale: - Fixes broken/missing image links and adds a clear route to contribution instructions. - Documentation-only change; no code or functional impact. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a75502ee02..0655b36724 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

Anchor

@@ -8,10 +8,11 @@

- Build Status + Build Status Tutorials Discord Chat License + Contributing