From 1a7e5bbad6601583aaf561af1bf2b14d2aafbf09 Mon Sep 17 00:00:00 2001 From: bholc646 <101670581+bholc646@users.noreply.github.com> Date: Thu, 17 Mar 2022 18:06:49 -0400 Subject: [PATCH] Update move.md (#911) * Update move.md Adding a link to jump down to writing your first package earlier in the intro sections, for those of us whom are impatient and simply want to start coding before reading more details about the language. * Update move.md --- doc/src/build/move.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/src/build/move.md b/doc/src/build/move.md index db3cf682f3f15..67f55d850cb6e 100644 --- a/doc/src/build/move.md +++ b/doc/src/build/move.md @@ -74,10 +74,8 @@ See for more information on package layout. We are now ready to look at some Move code! You can either keep -following the tutorial for an introductory description of the main -Move language constructs and instructions on how to write and test -your first Move package, or you can dive straight into various Move -code [examples](../explore/examples.md). +reading for an introductory description of the main +Move language constructs or you can jump straight into the code by [writing a simple Move package](#writing-a-package), and checking out additional code [examples](../explore/examples.md). ## First look at Move source code