From 5c4a115f60ada8777484c8f5368ba6e8ad4d1101 Mon Sep 17 00:00:00 2001 From: gianalarcon Date: Fri, 19 Apr 2024 12:48:41 +0700 Subject: [PATCH] Feat: Add hyperlink for foundry-rs --- src/ch02-13-foundry-forge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch02-13-foundry-forge.md b/src/ch02-13-foundry-forge.md index 8a13f42f..7cf0d20f 100644 --- a/src/ch02-13-foundry-forge.md +++ b/src/ch02-13-foundry-forge.md @@ -6,7 +6,7 @@ To utilize Forge, define test functions and label them with test attributes. Use ## `snForge` Command-Line Usage -This section guides you through the Starknet Foundry `snforge` command-line tool. Learn how to set up a new project, compile the code, and execute tests. +This section guides you through the [Starknet Foundry](https://github.com/foundry-rs/starknet-foundry) `snforge` command-line tool. Learn how to set up a new project, compile the code, and execute tests. To start a new project with Starknet Foundry, use the `snforge init` command and replace `project_name` with your project's name.