From bdd0b89f16f7931c442c253ba228fd017a783a83 Mon Sep 17 00:00:00 2001 From: cdfzo Date: Wed, 27 Nov 2024 20:01:39 +0000 Subject: [PATCH] docs: fix broken windows contributing guide url (#15451) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bf6e5cf591e00..1a7f41ae5c0080 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ Configuring a development environment for Bun can take 10-30 minutes depending on your internet connection and computer speed. You will need ~10GB of free disk space for the repository and build artifacts. -If you are using Windows, please refer to [this guide](/docs/project/building-windows) +If you are using Windows, please refer to [this guide](/docs/project/building-windows.md) {% details summary="For Ubuntu users" %} TL;DR: Ubuntu 22.04 is suggested.