Skip to content

Commit 33a8cdb

Browse files
committed
docs: replace faulty venv documentation link
1 parent 15a3a72 commit 33a8cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Here's how the template facilitates your day-to-day coding work:
2626
# Use uv add/remove to manage dependencies
2727
```
2828

29-
Your environment is isolated using standard virtual environments ([`venv`](python:venv-tutorial)/[`virtualenv`](virtualenv-documentation)).
29+
Your environment is isolated using standard virtual environments ([`venv`](venv-documentation)/[`virtualenv`](virtualenv-documentation)).
3030

3131
2. **Code, Stage, and Commit:** As you write code, static analysis tools are often integrated into your editor via Language Server Protocol (LSP) for real-time feedback (using configurations like `pyrightconfig.json` ([Pyright (05)](../topics/05_type-checking.md)) and `.ruff.toml` ([Ruff (03, 04)](../topics/03_code-formatting.md))). When you're ready to commit changes:
3232

0 commit comments

Comments
 (0)