From f2d3de3afde6e91c07147182c3e319ebea51bedf Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Mon, 1 Sep 2025 08:44:38 +0300 Subject: [PATCH] docs: fix broken link Signed-off-by: GarmashAlex --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29cd3a157..2f89f2bee 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Solang is under active development right now, and has ## Solana -Please follow the [Solang Getting Started Guide](https://solana.com/developers/guides/solang/getting-started). +Please follow the [Solang Getting Started Guide](https://solang.readthedocs.io/en/latest/targets/solana.html#getting-started-on-solana). Solang is part of the [Solana Tools Suite](https://docs.solana.com/cli/install-solana-cli-tools) (version v1.16.3 and higher). There is no need to install it separately.