From 6bdeab2b4efed1cf98471e967bc73209cb562f92 Mon Sep 17 00:00:00 2001 From: zanewalker Date: Wed, 4 Feb 2026 01:39:17 +0000 Subject: [PATCH] docs: update repo URL in development guide --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 051cda4..b2905b6 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -13,7 +13,7 @@ Want to contribute or just poke around? Here's how to get set up. ### Using uv (the fast way) ```bash -git clone https://gitlab.com/bereckobrian/fastapi-traffic.git +git clone https://gitlab.com/zanewalker/fastapi-traffic.git cd fastapi-traffic # This creates a venv and installs everything @@ -25,7 +25,7 @@ That's it. uv figures out the rest. ### Using pip ```bash -git clone https://gitlab.com/bereckobrian/fastapi-traffic.git +git clone https://gitlab.com/zanewalker/fastapi-traffic.git cd fastapi-traffic python -m venv .venv