docs: update repo URL in development guide

This commit is contained in:
2026-02-04 01:39:17 +00:00
parent bb07ac816f
commit 6bdeab2b4e

View File

@@ -13,7 +13,7 @@ Want to contribute or just poke around? Here's how to get set up.
### Using uv (the fast way) ### Using uv (the fast way)
```bash ```bash
git clone https://gitlab.com/bereckobrian/fastapi-traffic.git git clone https://gitlab.com/zanewalker/fastapi-traffic.git
cd fastapi-traffic cd fastapi-traffic
# This creates a venv and installs everything # This creates a venv and installs everything
@@ -25,7 +25,7 @@ That's it. uv figures out the rest.
### Using pip ### Using pip
```bash ```bash
git clone https://gitlab.com/bereckobrian/fastapi-traffic.git git clone https://gitlab.com/zanewalker/fastapi-traffic.git
cd fastapi-traffic cd fastapi-traffic
python -m venv .venv python -m venv .venv