From 84b1cbbe6835d7ce13a7c29cbc87dfa69aefb5de Mon Sep 17 00:00:00 2001 From: josh crites Date: Wed, 6 Mar 2024 21:33:02 -0500 Subject: [PATCH] fix(docs): Update quickstart.md --- docs/docs/developers/getting_started/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/developers/getting_started/quickstart.md b/docs/docs/developers/getting_started/quickstart.md index 6f22059ce4f..13caa41e093 100644 --- a/docs/docs/developers/getting_started/quickstart.md +++ b/docs/docs/developers/getting_started/quickstart.md @@ -98,3 +98,5 @@ Congratulations! You are all set up with the Aztec sandbox! To deploy and interact with a contract using Aztec.js, go to the [next page](aztecnr-getting-started.md). You can also dig more into the sandbox and CLI [here](../sandbox/main.md). + +To learn more about writing contracts, consider jumping to the [tutorials section](../tutorials/main.md).