From 2ce94a59a32b4b70e611b082dae1ac36ab3a0117 Mon Sep 17 00:00:00 2001 From: jensengrey <46599294+jensengrey@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:20:31 -0700 Subject: [PATCH] include link to move repo on main doc page When someone forwards a link to the move language, they use the book website, finding the repo should be on the first page they see. --- language/documentation/book/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.