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