From b72abe0c6198f006c7eebcfd54093ee1a133e8bd Mon Sep 17 00:00:00 2001 From: sashaphmn Date: Wed, 23 Oct 2024 01:03:41 +0300 Subject: [PATCH] Add a link to the project site in README (#3319) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 861a382083..3fed764e7b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

-Anchor is a framework for Solana's [Sealevel](https://medium.com/solana-labs/sealevel-parallel-processing-thousands-of-smart-contracts-d814b378192) runtime providing several convenient developer tools for writing smart contracts. +[Anchor](https://www.anchor-lang.com/) is a framework for Solana's [Sealevel](https://medium.com/solana-labs/sealevel-parallel-processing-thousands-of-smart-contracts-d814b378192) runtime providing several convenient developer tools for writing smart contracts. - Rust eDSL for writing Solana programs - [IDL](https://en.wikipedia.org/wiki/Interface_description_language) specification