From ef9e430992220cc981249c93ba838deb7637b1e4 Mon Sep 17 00:00:00 2001 From: Muhammed Jaseem Pallikkal <64106637+jasseeeem@users.noreply.github.com> Date: Mon, 18 Aug 2025 02:21:12 +0530 Subject: [PATCH] Fixed development environment link in CONTRIBUTING.md (#36011) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed development environment link in CONTRIBUTING.md This is my first PR to openpilot 🎉 excited to contribute! * Using absolute path for tools --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 1950db8a0..f8c27b881 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -6,7 +6,7 @@ Development is coordinated through [Discord](https://discord.comma.ai) and GitHu ### Getting Started -* Setup your [development environment](../tools/) +* Setup your [development environment](/tools/) * Join our [Discord](https://discord.comma.ai) * Docs are at https://docs.comma.ai and https://blog.comma.ai