diff --git a/docs/explanation/gnovm.md b/docs/explanation/gnovm.md index 56a674c5ea6..fb767ff316a 100644 --- a/docs/explanation/gnovm.md +++ b/docs/explanation/gnovm.md @@ -6,9 +6,9 @@ id: gnovm GnoVM is a virtual machine that interprets Gnolang, a custom version of Golang optimized for blockchains, featuring automatic state management, full determinism, and idiomatic Go. It works with Tendermint2 and enables smarter, more modular, and transparent appchains with embedded smart-contracts. -It can be used in TendermintCore, forks, and non-Cosmos blockchains. +It can be adapted for use in TendermintCore, forks, and non-Cosmos blockchains. -Read the ["Intro to Gnoland"](https://staging.gno.land/r/gnoland/blog:p/intro) blogpost. +Read the ["Intro to Gnoland"](https://test3.gno.land/r/gnoland/blog:p/intro) blogpost. This folder focuses on the VM, language, stdlibs, tests, and tools, independent of the blockchain. This enables non-web3 developers to contribute without requiring an understanding of the broader context.