From 94bfd40e2fc9c89f3f08847266e55832e37aacba Mon Sep 17 00:00:00 2001 From: Lukas Parsons Date: Thu, 19 Mar 2026 01:25:58 -0400 Subject: [PATCH] Update README with correct HTTPS repository URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 008439b..d7d1536 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A web-based tool for rendering and editing DnD/TTRPG battlemaps using the struct ### Installation ```bash # Clone the repository -git clone ssh://git@git.bouncypixel.com:222/helm/bms-forge.git +git clone https://git.bouncypixel.com/helm/bms-forge.git cd bms-forge # Install dependencies @@ -170,7 +170,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. Project maintained by [Lukas Parsons](https://github.com/lukasparsons). - **Project**: [BMS Forge](https://maps.bouncypixel.com) (coming soon) -- **Repository**: `ssh://git@git.bouncypixel.com:222/helm/bms-forge.git` +- **Repository**: `https://git.bouncypixel.com/helm/bms-forge.git` ---