From e5858c8b916fe906149c9e05f95b0a26741a9ff5 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 5 Sep 2024 15:31:03 -0400 Subject: [PATCH] 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 --- docs/src/languages/python.md | 2 +- docs/src/telemetry.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/languages/python.md b/docs/src/languages/python.md index dda51794a3..bc266ae9ad 100644 --- a/docs/src/languages/python.md +++ b/docs/src/languages/python.md @@ -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.