From b993cbf8b0494ce9755f01f9a6415cbd65f48453 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 20 Jan 2022 12:24:04 +0100 Subject: [PATCH] docs: correct link for building development version of TinyGo Signed-off-by: deadprogram --- BUILDING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 22dd87ec15..16d5c71496 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -11,12 +11,7 @@ lld so that the binary can be easily moved between systems. It also shows how to build a release tarball that includes this binary and all necessary extra files. **Note**: this documentation describes how to build a statically linked release -tarball. If you want to develop TinyGo, you will probably want to follow a -different guide: - - * [Linux](https://tinygo.org/getting-started/linux/#source-install) - * [macOS](https://tinygo.org/getting-started/macos/#source-install) - * [Windows](https://tinygo.org/getting-started/windows/#source-install) +tarball. If you want to help with development of TinyGo itself, you should follow the guide located at https://tinygo.org/docs/guides/build/ ## Dependencies