From be361a6e7669278d889bec94f95e7dc2e33b415b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Jun 2026 10:26:47 -0700 Subject: [PATCH] Set GitHub namespace (AllenNPIT) in README badges and CHANGELOG links Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 6 +++--- README.md | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09718b..a3ba438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,6 @@ on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to pixel-art sprites, directional backgrounds, weather, sun/moon, admin panel, first-run setup wizard, and Docker/Podman support. -[1.1.1]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.1.1 -[1.1.0]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.1.0 -[1.0]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.0 +[1.1.1]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.1.1 +[1.1.0]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.1.0 +[1.0]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.0 diff --git a/README.md b/README.md index f62c62f..701e711 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # ADS-Bit [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -[![Release](https://img.shields.io/github/v/release/OWNER/ADS-Bit)](https://github.com/OWNER/ADS-Bit/releases) -[![CI](https://github.com/OWNER/ADS-Bit/actions/workflows/ci.yml/badge.svg)](https://github.com/OWNER/ADS-Bit/actions/workflows/ci.yml) - -> **Setup note:** replace `OWNER` with your GitHub username/org throughout this README (badges and image names) after creating the repository. +[![Release](https://img.shields.io/github/v/release/AllenNPIT/ADS-Bit)](https://github.com/AllenNPIT/ADS-Bit/releases) +[![CI](https://github.com/AllenNPIT/ADS-Bit/actions/workflows/ci.yml/badge.svg)](https://github.com/AllenNPIT/ADS-Bit/actions/workflows/ci.yml) A retro SNES-style side-view flight tracker that displays ADS-B aircraft data with custom pixel art sprites. @@ -56,7 +54,7 @@ is available from GitHub Container Registry: docker run -d --name ads-bit --network host --restart unless-stopped \ -e ADSBIT_CONFIG=/app/data/config.json \ -v "$PWD/data:/app/data" \ - ghcr.io/OWNER/ads-bit:latest + ghcr.io/allennpit/ads-bit:latest ``` Then open http://localhost:2001 and complete the setup wizard. -- 2.39.5