From 8bbf7a92560f1bf0557246fd05eec8624c85dc92 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 00:13:18 -0500 Subject: [PATCH] docs: update CI badge links in README and CI setup documentation --- .gitea/CI_SETUP.md | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/CI_SETUP.md b/.gitea/CI_SETUP.md index 70d6cff..7cf8436 100644 --- a/.gitea/CI_SETUP.md +++ b/.gitea/CI_SETUP.md @@ -76,11 +76,9 @@ Currently relies on successful compilation. Future additions: Add this to your Gitea repository README: ```markdown -[![CI](https://your-gitea-instance.com/username/starworld/actions/workflows/ci.yml/badge.svg)](https://your-gitea-instance.com/username/starworld/actions) +[![CI](https://git.spatulaa.com/MayaTheShy/Starworld/actions/workflows/ci.yml/badge.svg)](https://git.spatulaa.com/MayaTheShy/Starworld/actions) ``` -Replace `your-gitea-instance.com` and `username` with your actual values. - ## Debugging CI Failures ### Build Failures diff --git a/README.md b/README.md index ecaaed2..193c5f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Starworld (StardustXR + Overte Client) -[![CI](https://gitea.example.com/yourusername/starworld/actions/workflows/ci.yml/badge.svg)](https://gitea.example.com/yourusername/starworld/actions) +[![CI](https://git.spatulaa.com/MayaTheShy/Starworld/actions/workflows/ci.yml/badge.svg)](https://git.spatulaa.com/MayaTheShy/Starworld/actions) ## Overview