docs: Use relative Markdown links (#17449)
This PR updates some links in the docs to use relative Markdown links instead of absolute links. This way the links work when running the docs locally. Release Notes: - N/A
This commit is contained in:
parent
46006a3c81
commit
e5858c8b91
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ A common tool for formatting Python code is [Ruff](https://docs.astral.sh/ruff/)
|
|||
## Virtual Environments in the Terminal {#terminal-detect_venv}
|
||||
|
||||
Zed will also detect virtual environments and automatically activate them in terminal if available.
|
||||
See: [detect_venv documentation](https://zed.dev/docs/configuring-zed#terminal-detect_venv) for more.
|
||||
See: [detect_venv documentation](../configuring-zed.md#terminal-detect_venv) for more.
|
||||
|
||||
<!--
|
||||
TBD: Expand Python Ruff docs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue