diff --git a/language/documentation/book/src/introduction.md b/language/documentation/book/src/introduction.md index c2417c517b..52c726f47f 100644 --- a/language/documentation/book/src/introduction.md +++ b/language/documentation/book/src/introduction.md @@ -1,6 +1,6 @@ # Introduction -Welcome to Move, a next generation language for secure, sandboxed, and formally verified programming. Its first use case is for the Diem blockchain, where Move provides the foundation for its implementation. Move allows developers to write programs that flexibly manage and transfer assets, while providing the security and protections against attacks on those assets. However, Move has been developed with use cases in mind outside a blockchain context as well. +Welcome to [Move](https://github.com/move-language/move), a next generation language for secure, sandboxed, and formally verified programming. Its first use case is for the Diem blockchain, where Move provides the foundation for its implementation. Move allows developers to write programs that flexibly manage and transfer assets, while providing the security and protections against attacks on those assets. However, Move has been developed with use cases in mind outside a blockchain context as well. Move takes its cue from [Rust](https://www.rust-lang.org/) by using resource types with move (hence the name) semantics as an explicit representation of digital assets, such as currency.