chore: update "Build from source" link in README (#29258)

Fixes https://github.com/denoland/deno/issues/29253
This commit is contained in:
Divy Srivastava 2025-05-12 12:11:53 +05:30 committed by GitHub
parent 9cb72064d3
commit 0598b62c4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,8 @@ winget install --id=DenoLand.Deno
### Build and install from source
Complete instructions for building Deno from source can be found in the manual
[here](https://docs.deno.com/runtime/manual/references/contributing/building_from_source).
Complete instructions for building Deno from source can be found
[here](https://github.com/denoland/deno/blob/main/.github/CONTRIBUTING.md#building-from-source).
## Your first Deno program