From be9f8a15c2c0b006e8d2d469cf9aa56b4346d52d Mon Sep 17 00:00:00 2001 From: josh crites Date: Tue, 12 Mar 2024 14:15:16 -0400 Subject: [PATCH] fix(docs): Update quickstart.md (#5021) Adding a link to tutorials at the bottom of the quickstart based on feedback from the eng offsite. --- 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).